div#holder1 {   position:relative;  top:0px;  width:450px;  height:265px;   overflow:hidden;  z-index:100;  margin-top: 12px;  }div#wn2  {   position:absolute;  left:0;  top:0;  width:450px;  height:275px;   clip:rect(0, 450px, 295px, 0);   overflow:hidden;  z-index:1  }/* op7 needs width set here too (?) */  div#lyr2 {width:430px;background-color:##5A5A5A;padding: 4px 4px 16px;}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:relative;  visibility:hidden;  left:436px;  top:0;  width:12px;  height:264px;   font-size:1px;  z-index:2  background: #fc0;  }div#track1 {  position:relative;  left:0;  top:12px;  width:11px;  height:240px;  z-index:1;    border-left: 1px solid #999;  border-right: 1px solid #999;  }div#dragBar1 {  position:absolute; left:1px; top:1px;  width:9px;  height:40px;  background-color:#fb821f;  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;}  
