/*--------- SLIDER CSS START ----------*/
.image_carousel {
	padding: 0px 30px 0px 18px; position: relative;
}
.image_carousel img {
	/*border: 1px solid #ccc; background-color: white;*/ display: block; /*float: left;*/
}
a.prev, a.next {
	background: url(../images/miscellaneous_sprite.png) no-repeat transparent; width: 48px; height: 56px; display: block; position: absolute; top: 60px;
}
a.prev {
	left: -2px; background-position: 0 0;
}
a.prev:hover {
	background-position: 0 -57px;
}
a.next {
	right: -3px; background-position: -50px 0;
}
a.next:hover {
 background-position: -50px -57px;
}
a.prev span, a.next span {
	display: none;
}
.pagination{
	text-align: center;
	
}
.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;
}
.pagination a.selected {
	background-position: -25px -100px; cursor: default;
}
.pagination a span {
	display: none;
}
.clearfix {
	float: none; clear: both;
}
/*--------- SLIDER CSS END ----------*/