



div#hold { 
	position:relative; overflow:hidden;
	width:495px; height:340px; left:15px; z-index:100;
}
	
div#wn {
	position:absolute;
	left:0px;
	top:0px;
	width:495px;
	height:340px;
	text-align:left;
	clip:rect(0px, 495px, 340px, 0px);
	overflow:hidden;
	z-index:1;
}

div#lyr1 { 
	position:absolute;
	visibility:hidden; 
	left:0px;
	top:0px;
	width:100%; 
	z-index:1;
}

div#scrollbar { 
  position:relative; left:0; top:0;
  width:17px; 
  height:291px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0px; top:0px;
  width:17px; height:291px;
  background-image: url("../images/arrowBar.gif");
  z-index:1;
  }
div#dragBar {
  position:absolute; top:0px; left:0px;
  width:16px; height:16px;
  background-image: url("../images/scrollBlock.gif");
  z-index:1;
  }  

