#scrollControls .track {
	cursor:pointer;
	cursor:hand;
	background-color:#999;
	}
#scrollControls .button {
	position:relative;
	width:10px;
	height:20px;
	cursor:pointer;
	cursor:hand; }

#scrollControls .arrowTop {
	background:transparent  url(scroll/btn_slider_up.png) no-repeat; }

#scrollControls .arrowBot {
	background:transparent  url(scroll/btn_slider_down.png) no-repeat; }

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:20px;
	width:9px;
	cursor:pointer;
	cursor:hand; }

#scrollControls_track {
	position:relative;
	width:9px; }

#scrollControls_thumb {
	position:absolute;
	width:9px;
	background:transparent url(scroll/scrubber_bg.png);   }

#scrollControls_thumbTop {
	width:9px;
	top:-1px;
	height:1px;
	padding-top:3px;
	background:transparent url(scroll/scrubber_top_bg.png) top no-repeat; }

#scrollControls_thumbBtm {
	width:9px;
	background:transparent url(scroll/scrubber_btm_bg.png) bottom no-repeat;
	padding-bottom:0;
	position:absolute;
	bottom:0;
	_bottom:-1px; }

#scrollControls_thumbMid {
	width:9px;
	height:40px;
	top:5px;
	background:transparent url(scroll/scrubber_middle_bg.png) no-repeat; }
