/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:absolute;
  width:415px; height:95px; 
  overflow:hidden; z-index:100 }
div#wn1  { 
  position:absolute; left:0; top:0;
  width:415px; height:95px;
  clip:rect(0, 390px, 95px, 0);
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width: 385px }
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; right:5px; top:0;
  width:18px; height:95px; 
  font-size:1px; z-index:2
}
div#track1 { 
  position:absolute; left:0; top:16px;
  width:18px; height:61px;
  background: url("../images/track.gif");
  z-index:1
}
div#dragBar1 {
  position:absolute; left:1px; top:1px;
  width:10px; height:20px;
  text-align: center;
  margin-left: 3px;
  z-index:1;
  background-color: #4C4C4C;
}
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  
div#holder1 ul li{	
	padding: 0px 0px 10px 0px;
}



div#holder2 { 
  position:absolute;
  width:555px; height:110px; 
  overflow:hidden; z-index:100 }
div#wn2  { 
  position:absolute; left:0; top:0;
  width:555px; height:110px;
  clip:rect(0, 530px, 110px, 0);
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr2 { width: 525px }
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; right:5px; top:0;
  width:18px; height:110px; 
  font-size:1px; z-index:2
}
div#track2 { 
  position:absolute; left:0; top:16px;
  width:18px; height:76px;
  background: url("../images/track.gif");
  z-index:1
}
div#dragBar2 {
  position:absolute; left:1px; top:1px;
  width:10px; height:20px;
  text-align: center;
  margin-left: 3px;
  z-index:1;
  background-color: #4C4C4C;
}
div#up2 { position:absolute; left:0; top:0; z-index:2 }  
div#down2 { position:absolute; left:0; bottom:0; z-index:3 }  
div#holder2 ul li{	
	padding: 0px 0px 10px 0px;
}
