/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:0px; top:0px;  /*absolute*/
  margin-left: 0px; /*A position left */ /*320*/
  margin-top: 10px;/*A position top */ /*40*/
  width:400px; /*A width */
  height:380px; /*A height */
  /*border-bottom: 1px solid #000000;*/
  overflow:hidden; z-index:4;
  }
div#wn1  { 
  position: absolute; left:0; top:0;
  width:370px; /*B width A - 30px */
  height:380px; /*B height same as A */
  clip:rect(0, 400px, 380px, 0); /*0, width A, height A,0*/
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:370px } /*C width A - 30px */
div.content2 { 
  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:384px; top:0; /*Scroll position left A - 16  */
  width:11px; height:378px; /*Scroll heigth same as A -2px */
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; left:0; top:12px;
  width: 11px; height: 354px; /*Scroll tracker height A - 26px */
  background: #808080 /*grey /*url("/pics/track.gif") repeat*/;
  z-index:1
  }
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color: lightgrey;
  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 }

/* Styles for scrolling layers and scrollbars  */
div#holder2 { 
  position:relative; left:0px; top:0px;  /*absolute*/
  margin-left: 0px; /*A position left */ /*320*/
  margin-top: 10px;/*A position top */ /*40*/
  width:150px; /*A width */
  height:380px; /*A height */
  /*border-bottom: 1px solid #000000;*/
  overflow:hidden; z-index:100
  }
div#wn2  { 
  position: absolute; left:0; top:0;
  width:120px; /*B width A - 30px */
  height:380px; /*B height same as A */
  clip:rect(0, 400px, 380px, 0); /*0, width A, height A,0*/
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr2 { width:120px } /*C width A - 30px */
div.content2 { 
  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#scrollbar2 { 
  position:absolute; visibility:hidden;
  left:134px; top:0; /*Scroll position left A - 16  */
  width:11px; height:378px; /*Scroll heigth same as A -2px */
  font-size:1px; z-index:2
  }
div#track2 { 
  position:absolute; left:0; top:12px;
  width: 11px; height: 354px; /*Scroll tracker height A - 26px */
  background: #808080 /*grey /*url("/pics/track.gif") repeat*/;
  z-index:1
  }
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color: lightgrey;
  z-index:1
  }  
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 }