/*********************** SCROLLERS ***********************/
.root { position:relative; height:70px; left:165px; top:10px; width:445px; margin:0px 0px 0px 7px; }
.root p { font:8px/9px Arial }
.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 { width:350px; height:70px; clip:rect(0 350 100 0); overflow:auto; border:0 none; background:none; }
.scrollContent {  width:340px; }
