/*********************** SCROLLERS ***********************/
.root 		
{
	position:relative;
	/*top:10px;*/
	height:200px;
	margin-right:5px;
}
/*.root p
{
	margin:	10px 10px 5px 10px;
}*/
.scrollContainer 
{ 
	clip:rect(0 467 200 0); 
	overflow:auto; 
	position:relative;
	/*top:20px;
	left:15px;*/
	height:432px;
}
.scrollContent 
{ 
	position:relative;  
	width:399px;
	padding:0px 5px 0px 5px;
}
.thumb 		
{
	position:absolute;
	height:50px;
	width:15px;
	left:10px;
}
.up, .dn 	
{
	position:absolute;
	left:10px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img
{
	border:	0;
}