/*********************** SCROLLERS ***********************/
.root 		{	
}
.thumb 		{
		position:			absolute;
		margin-top: 20px;
		
		}
.up, .dn 	{
		position:			absolute;
		margin-top: 20px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		top:			19px;
		width:			305px; 
		height:			398px; 
		overflow:		auto;
		padding-right: 10px;
		}
.scrollContent { 
		left:			0px; 
		top:			0px; 
		width:			275px;
	
		}
