/* Styles for scrolling layers and scrollbars  */

div#wn1  { 
  position:absolute; left:0; top:0;
  width:220px; height:574px; 
  clip:rect(0, 220px, 574px, 0); 
  overflow:hidden; text-align:justify; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:209px }
div.content { 
  position:absolute; visibility:hidden;text-align:justify; 
  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:198px; top:0;
  width:11px; height:574px; 
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; left:0; top:10px;
  width:11px; height:554px;
  background: url("track2.gif") #336 repeat;
  z-index:2
  }
div#dragBar1 {
  position:absolute; left:0px; top:0px;
  width:10px; height:20px;
  background-color:#A3734B;
  z-index:1
  }  
div#up1 { position:absolute; left:0; top:2; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 } 


div#wn2  { 
  position:absolute; left:0; top:0;
  width:220px; height:574px; 
  clip:rect(0, 220px, 574px, 0); 
  overflow:hidden; text-align:justify; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr2 { width:209px }
div.content { 
  position:absolute; visibility:hidden;text-align:justify; 
  left:0; top:0; z-index:1 
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar2 { 
  position:absolute; visibility:hidden;
  left:198px; top:0;
  width:11px; height:574px; 
  font-size:1px; z-index:2
  }
div#track2 { 
  position:absolute; left:0; top:10px;
  width:11px; height:554px;
  background: url("track2.gif") #336 repeat;
  z-index:2
  }
div#dragBar2 {
  position:absolute; left:0px; top:0px;
  width:10px; height:20px;
  background-color:#A3734B;
  z-index:1
  }  
div#up2 { position:absolute; left:0; top:2; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 }  

div#wn3  { 
  position:absolute; left:0; top:0;
  width:220px; height:574px; 
  clip:rect(0, 220px, 574px, 0); 
  overflow:hidden; text-align:justify; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr3 { width:209px }
div.content { 
  position:absolute; visibility:hidden;text-align:justify; 
  left:0; top:0; z-index:1 
  }  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar3 { 
  position:absolute; visibility:hidden;
  left:198px; top:0;
  width:11px; height:574px; 
  font-size:1px; z-index:2
  }
div#track3 { 
  position:absolute; left:0; top:10px;
  width:11px; height:554px;
  background: url("track2.gif") #336 repeat;
  z-index:2
  }
div#dragBar3 {
  position:absolute; left:0px; top:0px;
  width:10px; height:20px;
  background-color:#A3734B;
  z-index:1
  }  
div#up3 { position:absolute; left:0; top:2; z-index:2 }  
div#down3 { position:absolute; left:0; bottom:0; z-index:3 }  
