/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			523px;
		width:			349px;
		margin: 			0;		
		
		float:left;
		}

.thumb 		{
		position:		absolute;
		height:			15px;
		width:			7px;
		left: 10px;
		z-index: 200;
		border: solid red 1px;
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		margin:0;
		padding:0;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		
		
		}

.scrollContainer { 
		position:			absolute; 
		left:			0; 
		top:			0; 
		width:			349px; 
		height:			523px; 
		clip:			rect(0 349 523 0); 
		overflow:			auto; 
		
		
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			100px; 
		
		}
