/* Styles for scrolling layers and scrollbars  */
div#holder1 { position:absolute; left:0px; top:5px; width: 342px; height: 166px; overflow:hidden; z-index:100 }
div#wn1  { position:absolute; left:0; top:0; width: 342px; height: 166px; clip:rect(0, 342px, 166px, 0); overflow:hidden; z-index:1}
/* op7 needs width set here too (?) */  
div#lyr1 {width: 342px;}
div.content { position:absolute; visibility:hidden; left:25; 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; left: 332px; top:0; width:11px; height: 166px; font-size:1px; z-index:2 }
div#track1 { position:absolute; left:0; top:11px; width: 7px; height: 155px; background-image: url(../../images/trackbar_bg.jpg); background-position: center top; background-repeat: repeat-y;  z-index:1; }
div#dragBar1 { position:absolute; left:0px; top:0px; width: 7px; height: 7px; cursor: pointer;  z-index:1; background-color:#938680; }
div#up1 { position:absolute; left:0; top:0; z-index:2 }
div#down1 { position:absolute; left:0; bottom:0; z-index:3 }
