/* Styles for scrolling layers and scrollbars  */
div#holder1 { position:relative; left:0px; top:10px; width:600px; height:380px; overflow:hidden; z-index:100; }
div#wn1  { position:absolute; left:0; top:0; width:583px; height:380px; clip:rect(0, 583px, 380px, 0); overflow:hidden; z-index:200 ;}
/* op7 needs width set here too (?) */  
div#lyr1 { width:583px; }
div.content { position:absolute; visibility:hidden; left:0; top:0; z-index:1 }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 { position:absolute; visibility:hidden; left:583px; top:0; width:15px; height:380px; font-size:1px; z-index:2}
div#track1 { position:absolute; left:1px; top:30px; width:14px; height:335px; background: url("../img/main_scroll_tile.gif") top center repeat-y; z-index:1  }
div#dragBar1 { position:absolute; margin-left:-1px; left:0px; top:0px; width:14px; height:14px; background:url("../img/thumb2.gif") center no-repeat; z-index:1}  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  

