/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			250px;
		width:			650px;
		margin: 		-10px 0 0 0;	
		border:1px solid #999999;
		}
		
.root p {margin:0;}
.thumb {position:absolute; height:9px; width:15px; left:10px; z-index:100}
.up, .dn {position:absolute; left:10px;}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{border:0;}

.scrollContainer { 
		position:			absolute; 
		left:			10px; 
		top:			10px; 
		height:			250px;
		width:			600px;
		clip:			rect(0 600 250 0); 
		overflow:			auto; 
		border:0px solid #f00;
		
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			500px; 
		}
		
		/*
		#container_scroll{position:relative; top:-10px; left:0px; width:633px; height:250px; overflow: hidden; border:1px solid #999999; padding:10px; margin-bottom:20px}
	#content_scroll{position:relative; width:598px; left:5px; padding-bottom:30px}
	#scrollArea {position:absolute; margin-left:625px; margin-top:3px; height:247px; width:15px; border:1px solid #999999; overflow:hidden; z-index:100}
	#scroller {position:absolute; top:-1px; width:15px; background:#cccccc; border-top:1px solid #998c7b; border-bottom:1px solid #999999;}	
		*/
.scrollArea{position:absolute; left:625px; top:10px; height:227px; width:13px; border:1px solid #999999; z-index:1}