/*********************** SCROLLERS ***********************/
.root 	{
		position:      relative;
		height:			198px;
		width:			489px;
		margin: 		0px 0px 0px 0px;		
		}
		
.root p 	{
		margin:			10px 10px 5px 10px;
		}

/*Why Advertise style for Firefox and Safari, Mozilla check IE sheet*/		
#scrollbarborder {
		border: 1px solid white;
		width: 11px;
		height: 315px;
		position: absolute;
		left: 611px;
		top: 232px;
}

/*About Us style for Firefox and Safari, Mozilla check IE sheet*/		
#scrollbarborder2 {
		border: 1px solid white;
		width: 11px;
		height: 312px;
		position: absolute;
		left: 476px;
		top: 232px;
}
		
.thumb 	{
		position:		absolute;
		height:			9px;
		width:			15px;
		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:		      160px; 
		top:			   145px; 
		width:			400px; 
		height:			198px; 
		clip:			   rect(0 350 198 0); 
		overflow:		auto;  
		/* border-top:		1px dotted white; */
		/* border-left:	1px solid #000000; */
		/* border-right:	1px solid #686262; */
		/* border-bottom:	1px dotted white; */
		/* background:		#D9D9B0; */
		}
		
.scrollContent { 
		position:		absolute; 
		left:		      160px; 
		top:			   145px; 
		width:			350px;
		}
