#scroller {
	position:relative; 
	left:5px; 
	top:0px; 
	width:558px; 
	height:260px; 
	clip:rect(0 560 245 0); 
	overflow:hidden;
	z-index:0;
	/*background:#FF0000;*/
}

#scroller #container {
	position:absolute; 
	top:10px; 
	width:558px; 
	height:260px; 
	clip:rect(0 560 245 0); 
	overflow:hidden;
	/*background:#CC0000;*/
}

#scroller #content {position:absolute; width:525px; height:245; left:30px; /*background:#00FF00;*/}

#scroller #scrollUp {position:absolute; left:538px; top:200px;}
#scroller #scrollDn {position:absolute; left:538px; top:235px;}

#scroller #scrollbar {
	position:absolute; 
	left:545px; 
	top:260px; 
	width:1px; 
	height:200px; 
	clip:rect(0 19 200 -10);
	background-color:White;
	background-position:center;
	background-repeat:repeat-y;
}

#scroller #thumb {
	position:absolute; 
	left:-8px; 
	top:0px;
	width:19px;
	height:6px;
	clip:rect(0 19 6 -10);
	background-color:#FF0000; 
	layer-background-color:#555555;
}
	
#scroller #thumbArrowUp, #scroller #thumbArrowDn {
	position:absolute; 
	left:2px; 
	visibility:hidden;
}
	
#scroller #marker {
	position:absolute; 
	left:560px; 
	top:0px; 
	width:19px; 
	height:6px; 
	clip:rect(0 19 6 0); 
	background-color:#555555; 
	layer-background-color:#555555; 
	visibility:hidden;
}
	
#scroller #scrollerMo5Shim {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:1px; 
	height:1px;
}
	
#scroller #elevUp, #scroller #elevDn {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:19px; 
	height:6px; 
	clip:rect(0 19 260 0); 
	background-image:url(images/scroller/thumb1.gif); 
	layer-background-image:url(images/scroller/thumb1.gif);
}
