#scroller {
	position:relative;
	width:693px;
	height:400px;
	overflow:hidden;
	border:0px solid #DDD;}

#scrollContainer {
	position:absolute;
	top:5px;
	left:5px;
	width:672px;}

#scrollControls {
	position:absolute;
	top:0px;
	right:0px;
	height:400px;
	width: 9px;}

#scrollControls .track {
	cursor:pointer;
	cursor:hand;}

#scrollControls .button {
	position:relative;
	cursor:pointer;
	cursor:hand; }

#scrollControls .arrowTop {
	background: url(../imgs/btn-up.gif) no-repeat; 
	background-position: center;	  
	height: 11px;
	width: 9px;	  
	padding-bottom: 5px;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;}

#scrollControls .arrowBot {
	background: url(../imgs/btn-dn.gif) no-repeat; 
	background-position: center;   
	height: 11px;
	width: 9px;	
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;}

#scrollControls_aTop , #scrollControls_aBot {
	position:absolute;
	cursor:pointer;
	cursor:hand;}

#scrollControls_track {
	position:relative;
	width:9px; }

#scrollControls_thumb {
	position:absolute;
	width:9px;		
	background:#FFFFFF;	 
	filter: alpha(opacity=40);	
	-moz-opacity:.40;
	opacity:.40;	
 }

#scrollControls_thumbTop {
	width:9px;
	top:-1px;
	height:1px;
	padding-top:3px;	 
	background:#FFFFFF;
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	}

#scrollControls_thumbBtm {
	width:9px;
	background:#FFFFFF;
	padding-bottom:3px;
	position:absolute;
	bottom:0;
	_bottom:-1px; 
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	}

#scrollControls_thumbMid {
	width:9px;
	height:40px;
	top:5px;		  
	background:#FFFFFF;		
	filter: alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
	}

