/* Styles for scrolling layers and scrollbars  */
div#holder1 { 
  position:absolute;
  width:204px; height:157px;
  overflow:hidden; z-index:100;
 }
div#wn1  { 
  position:absolute; left:0; top:0;
  width:155px; height:135px;
  clip:rect(0, 155px, 135px, 0);
  overflow:hidden; z-index:1;
}
/* op7 needs width set here too (?) */  
div#lyr1 { width: 155px; }
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:0px; top:0;
  width:42px; height:157px; 
  font-size:1px; z-index:2
}
div#track1 { 
	position:absolute; left:10px; top:0px;
	width:10px; height:150px;
	background: url(/images/track2.gif) no-repeat top;
	z-index:1
}
/* Mozilla, Opera, Netscape, etc */
div#dragBar1 {
	position:absolute; left:1px; top:10px;
	width:42px; height:30px;
	margin-left: -3px;
	z-index:1;
	background: url(/images/dragbar.gif) no-repeat;
}
/* Mozilla, Opera, Netscape, etc */
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 0px 0px;
}

