#scroller {
	position:absolute;
	margin-left:0;
	margin-top:0;
	width:550px;
	height:400px;
	overflow:hidden;
	background-color:#ffffff;
	}

#scrollContainer {
	position:absolute;
	top:5px;
	left:5px;
	width:500px;
	color: #808285;
	font-size:0.8em;
	}

#scrollControls {
	position:absolute;
	top:0;
	right:5px;
	height:450px;
	width:10px;}

#scrollControls .track {
	cursor:pointer;
	}

#scrollControls .button {
	position:relative;
	width:10px;
	height:20px;
	cursor:pointer;
	}

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

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

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

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

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

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

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

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