
/* java scrollbar*/

/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:relative; left:5px; top:0px;
  width:600px; height:393px; 
  overflow:hidden; z-index:100;
  /*border:solid 1px red;*/
}
div#wn1  { 
  position:relative; 
  left:0; 
  top:0;
  width:585px; height:393px; 
  clip:rect(0, 580px, 250px, 0); 
  overflow:hidden; z-index:1

}
/* op7 needs width set here too (?) */  
div#lyr1 { width:375px }
div.content_scrollbars { 
  position:relative; 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:580px; top:0;
  width:15px; height:393px; 
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; top:16px;
  width:17px; height:358px;
  background-image: url(../i/track.gif);
  background-repeat:repeat-y;
  /*background-color:#ffffff;*/
  z-index:1
  }
div#dragBar1 {
  position:absolute; left:0px; top:1px;
  width:13px; height:20px;
  background-color:#FF3300;
  border:solid 1px #CA3411;
  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 }  