div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:750px; height:168px; z-index:0;
    border: 0px solid blue;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:900px; height:168px; 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute;
    visibility:hidden; 
	left:0px; top:0px; 
	z-index:1; 
    background-color:#fff;
	}

div#scrollbar { 
  position:absolute; left:0; top:192px;
  width:870px; height: 40px;
  font-size:10px; z-index:0
  }
div#track { 
  position:absolute; left:12px; top: -2px;
  width:223px; height:7px; z-index:1;
  background:  url("/credit/i/track.gif")  repeat
  }
div#dragBar {
  position:absolute; left:0px; top:0px;
  width:6px; height:14px; z-index:1;
  background: url(/credit/i/polz.gif) no-repeat top left;
  
  } 
  

