/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			300px;
		width:			135px;
		margin: 		0px 0px 0px 0px;	
border: 0px solid red;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			-10px;
		}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.dn a img {
bottom:0px;
border-bottom:0px;
}
.scrollContainer { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			135px; 
		height:			210px; 
		clip:			rect(0 467 200 0); 
		overflow:		auto; 

border: 0px solid blue;		
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			135px; 
		margin-top: 5px;
border: 0px solid green;		
		}

#up0 a {
border:0px solid black;
background: white;
}
 #dn0 a{
border:0px solid black;
background: white;

}
#up0 a:hover{
border:0px solid black;
background: #F96915;
border-bottom:1px solid #F96915;
}
 #dn0 a:hover{
border:0px solid black;
background: #F96915;
border-top:1px solid #F96915;
}
