#scroller {
	position:relative;
	width:350px;
	height:400px;
	overflow:hidden;
}

#scrollContainer {
	position:absolute;
	top:5px;
	left:5px;
	width:310px;}

#scrollControls {
	position:absolute;
	top:0;
	right:5px;
	height:380px;
	width:20px;}

#scrollControls .track {
	cursor:pointer;
	cursor:hand; }

#scrollControls .button {
	position:absolute;
	width:20px;
	height:20px;
	cursor:pointer;
	cursor:hand; }

#scrollControls .arrowTop {
	background:#CCC  url(../images/btn_slider_up.png); background-repeat:no-repeat}

#scrollControls .arrowBot {
	background:#CCC  url(../images/btn_slider_down.png) no-repeat; }

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:20px;
	width:20px;
	cursor:pointer;
	cursor:hand; }

#scrollControls_track {
	position:absolute;
	width:20px; }

#scrollControls_thumb {
	position:absolute;
	width:20px;
	background:transparent /*url(../images/scrubber_bg.png);  */ }
/*
#scrollControls_thumbTop {
	width:20px;
	top:-1px;
	height:1px;
	padding-top:3px;
	background:transparent url(../images/scrubber_top_bg.png) top no-repeat; }

#scrollControls_thumbBtm {
	width:20px;
	background:transparent url(../images/scrubber_btm_bg.png) bottom no-repeat;
	padding-bottom:0;
	position:absolute;
	bottom:0;
	_bottom:-1px; }

#scrollControls_thumbMid {
	width:20px;
	height:40px;
	top:5px;
	background:transparent url(../images/scrubber_middle_bg.png) no-repeat; }*/
