/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			109px;
		margin: 		0;
}
.root p 	{
		margin:			10px 10px 5px 10px;
}
.thumb 		{
		position:		absolute;
		height:			10px;
		width:			10px;
		left: 			0px;
}
.up, .dn 	{
		position:		absolute;
		left: 			0px;
}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
}
.scrollContainer { 
		position:		absolute; 
		left:			0; 
		top:			2px; 
		width:			180px; 
		height:			109px; 
		clip:			rect(0, 180, 109, 0); 
		overflow:		auto; 
}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
		width:			180px; 
}
