/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		height:			60px;
		width:			160px;
		margin: 			0px 0px 0px 7px;			
		}
.root p 	{
		/*margin:			0px 0px 0px 0px;*/
		margin-top:-15px;
		margin-left:5px;
		}
.thumb 		{
		position:			absolute;
		height:			0px;
		width:			10px;
		left: 			10px;
		
		}
.up, .dn 	{
		position:			absolute;
		left: 			10px;
		
	
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
			
		}
.scrollContainer { 
		position:			absolute; 
		left:			2px; 
		top:			0px; 
		width:			160px; 
		height:			60px; 
		clip:			rect(0 160 60 0); 
		overflow:			auto; 
		/*background-color:red;*/
		
		}
.scrollContent { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			0px; 
		
		}
