.blocks_image_carousel {
      height: 225px ;
    width: 328px;
    overflow: hidden;
   
    padding: 0px;
    position: relative;
}
.image_carousel {
    margin: 0; padding: 0;
	position: relative;
}
.image_carousel li{
    margin: 0; padding: 0;
    float: left;
     height: 225px ;
    width: 328px;
    list-style: none;
}

a.prev, a.next {
	background: url(../carousel/miscellaneous_sprite3.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 40%;
}
a.prev {			left: 0px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: 0px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}

a.prev span, a.next span {
	display: none;
}
.pagination {
    padding: 15px 0;
	text-align: center;
}
.pagination a {
	background: url(../carousel/miscellaneous_sprite3.png) 0 -300px no-repeat transparent;
	width: 15px;
	height: 15px;
	margin: 0 10px 0 0;
	display: inline-block;
}
.pagination a.selected {
	background-position: -25px -300px;
	cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}
