/*********************** SCROLLERS ***********************/
.root 		{
	position: relative;
	height: 400px;
	width: 100px;
	margin: 0px 0px 0px 0px;
	top: 30;
	padding-right: 10px;
}

.thumb 		{
	position: absolute;
	height: 9px;
	width: 10px;
	left: 0px;
	

}
.up, .dn 	{
		position:			relative;
		left: 			0px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
	border: 0;
	padding-top: 4px;
}
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			-10px; 
		height:			400px; 
		clip:			rect(0 240 200 0); 
		overflow:			auto; 
			width: 200px;
	
	

		}
.scrollContent {
	position: relative;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;	
	width: 200px;

}
.scrollContent table{
	width: 100;
}
