/* Styles for scrolling layers and scrollbars  */
div#holder1 {overflow:hidden; z-index:100;}
div#wn1 {position:relative;height:450px; overflow:hidden; z-index:1; margin-bottom:50px;}

/* op7 needs width set here too (?) */
div.content {position:relative; visibility:hidden; z-index:1;}  

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar1 {float:right;position:relative;visibility:hidden;width:10px;height:450px;font-size:1px;z-index:5;margin:0 3px 0 10px;}
div#track1 {position:relative;background:#e1d8bc;z-index:4;width:10px;height:420px;}
div#dragBar1 {position:relative;background:#afa790;z-index:1;width:8px;border:1px solid #8f8a78;}
div#up1 {z-index:2;border:1px solid #8f8a78;width:10px;height:10px;}
div#down1 {z-index:3;border:1px solid #8f8a78;width:10px;height:10px;}