.image_carousel {
	position: relative;
	right: 710px;
	margin-bottom: 20px;
}
.image_carousel img {
	background-color: white;
	display: block;
	float: left;
}
.image_carousel a.prev {
	background: url(../images/btn_left.gif) no-repeat transparent;
	width: 24px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 810px;
}
.image_carousel a.next {
	background: url(../images/btn_right.gif) no-repeat transparent;
	width: 24px;
	height: 300px;
	display: block;
	position: absolute;
	top: 0;
	left: 1596px;
}
.image_carousel a.prev span, a.next span {
	display: none;
}
.image_carousel .pagination {
	text-align: center;
}
.image_carousel .pagination a {
	background: url(../images/miscellaneous_sprite.png) 0 -100px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.image_carousel .pagination a.selected {
	background-position: -25px -100px;
	cursor: default;
}
.image_carousel .pagination a span {
	display: none;
}
.image_carousel .clearfix {
	float: none;
	clear: both;
}
