#slider_wraper {
	width:583px;
	position: relative;
	margin-left:18px;
	float:left;
}

a.prev, a.next {
	background: url(../images/Arrows_01.png) no-repeat transparent;
	width: 8px;
	height: 16px;
	display: block;
	position: absolute;
	top: 15px;
}
/*a.prev{
	background: url(../images/arrow_left.png) no-repeat;
	}
a.next{
	background: url(../images/arrow_right.png) no-repeat;
	}*/
a.prev {			left: -15px;
					background-position:-10px -46px !important; }
/*a.prev:hover {		background-position: 0 -50px; }*/
a.prev:hover {		background-position: 0 0; }
a.prev.disabled {	background-position: -10px -10px !important;  }
a.next {			right: -22px;
					background-position: -38px -46px; }
/*a.next {			right: -22px;
					background-position: 0 0; }	*/				
/*a.next:hover {		background-position: -50px -50px; }*/
a.next:hover {		background-position: -38px -46px; }
a.next.disabled {	background-position:-38px -10px !important;  }
a.prev.disabled, a.next.disabled {
	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;
}
