.image_carousel {
	padding: 15px 40px 15px 40px;
	position: relative;
	width:700px;
}
.image_carousel img {
	/* border: 1px solid #ccc; */
	background-color: white;
	padding: 9px;
	margin: 7px;
	display: inline;
	/*float: left;*/
	position:relative;
}
a.prev, a.next {
	background: url(/~images/miscellaneous_sprite.png) no-repeat transparent;
    display: block;
    height: 50px;
    position: absolute;
    width: 45px;
	z-index:10;
}

a.prev, a.next {
    top: 65px;
}

a.next {
    right: -2px;
}
a.prev {
    left: -2px;
}
a.prev:hover {
    background-position: 0 -50px;
}
a.prev.disabled {
    background-position: 0 -100px !important;
    cursor: default;
}
a.next {
    background-position: -50px 0;
}
a.next:hover {
    background-position: -50px -50px;
}
a.next.disabled {
    background-position: -50px -100px !important;
    cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
	text-align: center;
}
.pagination a {
	background: url(/~images/miscellaneous_sprite.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 5px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}