/* Styles for scrolling layers and scrollbars  */
div#holder1 {
	position:absolute;
	left:729px;
	top:893px;
	width:209px;
	height:560px;
	overflow:hidden;
text-align:justify;
	z-index:100
}
div#wn1  { 
  position:absolute; left:0; top:0;
  width:220px; height:560px; 
  clip:rect(0, 220px, 560px, 0); 
  overflow:hidden; text-align:justify; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width:220px }
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:560px; 
  font-size:1px; z-index:2
  }
div#track1 { 
  position:absolute; left:0; top:10px;
  width:11px; height:540px;
  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 }  

