div#scrollbar1 {
    display:block; /* initially display:none; to hide from incapable */
    }

/* Styles for scrolling layers and scrollbars  */

div#wn1  { 
  position:relative; left:0; top:0;
  width:760px; height:490px; 
  clip:rect(0, 220px, 490px, 0);
  overflow:hidden;
  z-index:1
  }
/* op7 needs width set here too (?) */  
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:0; top:0;
  width:9px; height:490px; 
  font-size:1px; z-index:2
  }
div#track1 {
	position:absolute;
	left:0;
	top:5px;
	width:9px;
	height:480px;
	background-color: #fff;
	z-index:1
  }
div#dragBar1 {
	position:absolute;
	top:1px;
	width:7px;
	height:20px;
	background-color:#fff;
	z-index:1;
  }  
div#up1 { position:absolute; left:0; top:0; z-index:2 }  
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }  



