div#holder { 
position:relative;  
height:595px; 
overflow:hidden; 
z-index:100
}
div#wn  { 
position:absolute; left:65px; top:20px;
width:500px; height:555px; 
clip:rect(0, 500px, 555px, 0); 
overflow:hidden; z-index:1
}
/* op7 needs width set here too (?) */  
div#lyr1 { width:450px }
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#scrollbar { 
position:absolute;
left:560px; top:0;
width:20px; height:595px; 
font-size:1px; z-index:2
}
div#track { 
width:20px; height:596px;
background-color: #C70304;
z-index:1
 }
div#dragBar {
position:absolute; left:1px; top:1px;
width:18px; height:20px;
background-color:#A30001;
border-bottom:solid 1px #fff;
border-top:solid 1px #fff;
z-index:1
} 
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 } 



