#scroller {
	position:relative;
	width:480px;
	height:300px;
	overflow:hidden;
}
#scrollContainer {
	position:absolute;
	top:0px; left:0px;
	width:450px;
}
#scrollContainer p {padding:0 0 10px 0; margin:0;}
#scrollControls {
	position:absolute;
	top:0px;right:5px;
	height:400px;width:11px;
}
#scrollControls .track {cursor:pointer;	cursor:hand; }
#scrollControls .button {
	position:relative;
	width:11px;	height:10px;
	cursor:pointer;	cursor:hand; 
}
#scrollControls .arrowTop {background: url(../images/btn_slider_up.gif) no-repeat;}
#scrollControls .arrowBot {background:  url(../images/btn_slider_down.gif) no-repeat;}
#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	height:10px;
	width:11px;
	cursor:pointer;
	cursor:hand; 
}
#scrollControls_track {	position:relative;	width:11px; background:transparent url(../images/scrubber_bg.gif);}
#scrollControls_thumb {	position:absolute;	width:11px;}
#scrollControls_thumbTop {
	width:11px; height:1px;
	top:0px;
	padding-top:0px;
	background:transparent url(../images/scrubber_top_bg.gif) top no-repeat; 
}

#scrollControls_thumbBtm {
	width:11px;
	background:transparent url(../images/scrubber_btm_bg.gif) bottom no-repeat;
	padding-bottom:0;
	position:absolute;bottom:0;
}
