@charset "utf-8";
/* CSS Document */
.image_carousel {
	padding-left: 27px;
	position: relative;
	width: 613px;
}
.image_carousel img {
	border: 0px;
	background-color: white;
	padding: 0px;
	margin: 0 8px 0 8px;
	display: block;
	float: left;
}
a.prev {
	background: url(../images/S3_btn_left.png) no-repeat;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 35px;
}
a.next {
	background: url(../images/S3_btn_right.png) no-repeat;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 35px;
	right: 0px;
}
a.prev {			left: -22px;
					background-position: 0 0; }
/*a.prev:hover {		background-position: 0px; }*/
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 0px;
					background-position
					: 0; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}


.clearfix {
	float: none;
	clear: both;
}


