/*********************** SCROLLERS ***********************/
.root{
		position:		relative;
		width:			400px;
		height:			360px;
		margin: 		0px 0px 0px 0px;		
}
		
.root p {
		margin:			5px 5px 5px 5px;
}

	
.thumb{
		position:		absolute;
		height:			9px;
		width:			15px;
		left: 			10px;
}


		
.up, .dn, .vline{
		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:			10px; 
		width:			375px; 
		height:			360px; 
		clip:			rect(0 467 200 0); 
		overflow:		auto;
		/*border:			1px solid #000000;*/
		
}
		
.scrollContent { 
		font-family: 	"Myriad Pro", Arial;
		font-weight:	normal;
		font-size: 		12pt;
		color: 			#000000;	
		text-decoration:none;
		position:		absolute; 
		left:			675px; 
		top:			24px; 
		width:			400px; 
}
