/* Styles for scrolling layers and scrollbars  */

div#wn1  { 
  position:absolute; 
  width:297px; height:237px; 
  clip:rect(0, 300px, 237px, 0); 
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:297px }
div.content { 
  position:absolute; visibility:hidden; 
  z-index:1 
  
  }  

