/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		margin: 		45px 0px 0px 0px;		
		}
.root p 	{
		margin:			0px 0px 0px 0px;
		}
.thumb 		{
		position:		absolute;
		margin-left:13px;
		}
.up, .dn 	{
		position:		absolute;
		margin-left:13px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position: 		absolute; 
		right:			5px; 
		top:			5px;
		overflow:		auto; 
		border-top:		8px solid #666666;
		border-left:	8px solid #666666;
		border-right:	8px solid #666666;
		border-bottom:	8px solid #666666;
		background:		#666666;
		color: White;
		}
