#holder2 { 
  position:relative; 
  left:0px; 
  top:0px;
  height:319px; 
  overflow:hidden; 
  z-index:1; 
  
}
#holder2 #wn2  { 
  position:absolute; 
  left:0px; 
  top:0px;
  height:145px;
  clip:rect(0, 172px, 319px, 0); 
  z-index:1;
 
}

#lyr2 {
  position:absolute; 
  left:0px; 
  top:0px; 
  z-index:1;
  text-align: left;
  padding-left: 0px;
}  

#holder2 #scrollbar2 { 
  position:absolute;
  top:0px;
  width:27px; 
  height:319px; 
  font-size:1px; 
  z-index:1;
}
  
#holder2 #track2 { 
  position:absolute; 
  left:0px; 
  top:12px;
  width:14px;
  background-image: url(/lib/vertical_scroll/images/track.gif);
  background-color: #ffffff;
  background-repeat: repeat-y;
  z-index:1;
  bottom:12px;
}
  
#dragBar2 {
  position:absolute; 
  left:0px; 
  top:0px;
  width:14px; 
  
  background-image: url(/lib/vertical_scroll/images/scroller.gif);
  background-repeat: no-repeat;
  z-index:1;
  cursor:pointer;
  bottom:0px;
}

#holder2 #up2 { 
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:10; 
}
  
#holder2 #down2 { 
	position:absolute; 
	left:0px; 
	bottom:0px; 
	z-index:10; 
}