

/* Styles for scrolling layers and scrollbars  */

div#holder1 { 
  position:relative; left:0px; top:0px;
  width:590px; height:400px; 
  overflow:hidden; z-index:100 }
  
div#wn1  { 
  position:absolute; left:0; top:0;
  width:550px; height:400px; 
  clip:rect(0, 550px, 400px, 0); 
  overflow:hidden; z-index:1
  }
  
/* op7 needs width set here too (?) */  
div#lyr1 { width:550px }

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; left:560px; top:0px;
  width:11px; height:400px; 
  font-size:1px; z-index:2
  }
  
div#track1 { 
  position:absolute; left:0; top:0px;
  width:21px; height:400px;
  background:  #F9C6D9 repeat;
  border-style: solid; 
  border-color:#E490C2; 
  border-width:2px; 
  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 }  







