div#scrollbar1 { 
  position:relative; visibility:hidden;
  float:left;
  width:12px; height:380px; 
  font-size:1px; z-index:100
  }
div#track1 { 
  position:absolute; left:5px; top:15px;
  width:2px; height:350px;
  background: url("/images/help/slider_bar.gif") repeat-y;
  z-index:1
  }
div#dragBar1 {
  position:absolute;
  margin-left:-5px;
  width:10px; height:18px;
  background: url(/images/help/slider.gif) repeat-y;
  z-index:1;
  }
 img#top_slider {
	position: absolute;
	top:-1px;
}  
 img#bottom_slider {
	position: absolute;
	bottom:-2px;
} 
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }