div.paginate {
	line-height: 23px;
       margin:60px 0px 0px 185px;
       padding:35px 0px 0px 0px;
       color:white;
     }

div.page_back {
        display: block;
        position:relative;
        right:10px;
        width:650px;
        height:160px;
	 text-align: center;
	 background: url('/imagesbase/page_back.png') no-repeat;
        z-index:300;
}

div.slider {
	width: 180px;
	height: 22px;
	float: left;
	margin: 2px 5px;
	cursor: pointer;
	background: url('/imagesbase/Slider.png') center center no-repeat;
}

div.knob {
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url('/imagesbase/Knob.png') no-repeat;
}

div.knob:hover {
	background-position: 0 -22px;
}

span.current {
	font-weight: bold;
color:white;
}