/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:absolute;
  width:400px; height:90px; 
  overflow:hidden; z-index:100 }
div#wn1  { 
  position:absolute; left:0; top:0;
  width:400px; height:90px;
  clip:rect(0, 375px, 90px, 0);
  overflow:hidden; z-index:1
  }
/* op7 needs width set here too (?) */  
div#lyr1 { width: 370px }
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:90px; 
  font-size:1px; z-index:2
}
div#track1 { 
  position:absolute; left:0; top:16px;
  width:18px; height:56px;
  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;
}