


.image_carousel {
	width:941px;
	padding-left:15px;
	/*
	padding: 15px 0 0px 40px;
	*/
	position: relative;
	text-align:center;
	margin:auto;
}

.image_carousel img {
	width:186px;
	height:120px;
	display: block;
	float: left;
	cursor:pointer;
}

a.prev, a.next {
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 35px;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			right: 0px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
