/*********************** SCROLLERS ***********************/
.root 		{
		position:relative;
		
	/*	width:			289px;*/
		margin: 		0px 0px 110px 0px;	
		}

#bg, #bg1{
 background-image:url(../images/background_scroll.gif);
 background-position: 100% 55%;
 background-repeat:no-repeat;	
/* width:295px;*/
width:375px;
  position:absolute;
  height:110px;
}

h3.scroll{
margin-top:110px !important;
margin-top:98px;
}

 h4.scroll{
margin-top:110px;
}

#bg2, #bg3{
 background-image:url(../images/background_scroll.gif);
 background-position: 100% 55%;
 background-repeat:no-repeat;	
width:375px;
 position:absolute;
 height:110px;

}

.thumb 		{
		position:		absolute;
		height:			9px;
		width:			0px;
		left: 			-60px;
			}
.up, .dn 	{
		position:			absolute;
	
		left:382px;
		}
.up a, .up a img, .dn a, .dn a img, .thumb a , .thumb a img{
		border:			0;
		}
.scrollContainer { 
		position:			absolute; 
		left:			0px; 
		top:			0px; 
		width:			405px; 
		height:			110px; 
		clip:			rect(0 467 250 0); 
		overflow:			auto; 
		}
	
.scrollContent { 
		position:			absolute; 
		left:			  0px; 
		top:			0px; 
		width:			400px; 
			
		}
