/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		
	}
.root p 	{
		margin:			0px;
		}
.thumb 		{
		position:		absolute;

		}
.up, .dn 	{
		position:		absolute;
		width:			17px;
		left: 			2px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:		relative; 
		left:			0px; 
		top:			2px; 
		overflow:		auto; 
		border:0px;
		
		}
.scrollContent { 
		position:		absolute; 
		left:			0px; 
		top:			0px; 
	
		}
