.image_carousel {
background-image:url('/images/Pre-K/bookshelf.png');
background-repeat:no-repeat;
background-position:50% -100%;
}
.image_carousel img {
	padding: 30px;
	margin: 3px;
	display: block;
	float: left;
}
a.prev, a.next {
	background: url('/images/Pre-K/arrows.png') no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
}
a.prev {			
					left: 5%;					
					bottom: 18%;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.next {			
					right: 5%;
					bottom: 18%;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }

a.prev span, a.next span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}