

div#holder1 { 
	position:relative;
	
	left: 0px; 
	top: 0px; 
	height: 320px; 
	width: 120px;
	
	overflow:visible;  
}

div#wn1  { 

  position:relative; 

  width:120px; height:320px; 

  clip:rect(0, 120px, 320px, 0); 

  overflow:hidden; z-index:1;


  }

 

div#lyr1 { width:120px }

div.content { 
  position:absolute;
  visibility:hidden; 
  left:0px;; 
  top:0px;   

  }  




div#scrollbar1 { 

  position:absolute;
  visibility:hidden;
  left:0px; 
  top:0px;
  width:11px;
  height:380px; 
  font-size:1px;
  z-index:2

  }

div#track1 { 
  position:absolute; left:0px;
  top:12px;
  width:11px;
  height:356px;
  background: url("./img/track.gif") #336 repeat;
  z-index:1
  }

div#dragBar1 {
  position:absolute;
  left:1px;
  top:1px;
  width:9px;
  height:20px;
  background-color:#ceced6;
  z-index:1
  }  

div#up1 { 
	position:absolute;
	left:130px;
	top:0px;
	
}  

div#down1 {
	position:absolute;
	left:130px;
	top:40px;
	
}  







