@charset "UTF-8";

img{

border:0;

}

.image_carousel {
	position: relative;
	width: 948px;
	height:338px;
	overflow:hidden;
}
.image_carousel img {
	display: block;
	float: left;
}
a.prev, a.next {
	background: url(../examples/images/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 200px;
	margin-top: -25px;
}
a.prev {			left: 10px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: 10px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.pagination { 
	position: absolute;
	right: 10px;
	bottom: 10px;
	/*text-align: center;*/
}
.pagination a {
	width: 12px;
	height: 12px;
	margin: 0 7px 0 0;
	display: inline-block;
}

.pagination a:hover {
	width: 12px;
	height: 12px;
	margin: 0 7px 0 0;
	display: inline-block;
	background:#dc000d;
}

.pagination a.selected {
	border: 1px solid #fff;
	background:#dc000d;
	cursor: default;
}
.pagination a span {
	display: none;
}
.timer {
	background-color: #0aa546;
	width: 0;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.clearfix {
	float: none;
	clear: both;
}
