/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
#hold	{
	position:absolute;
	overflow:hidden;
	width:340px;
	height:1000px;
	z-index:100;
	left: 317px;
	top: 21px;
	visibility: visible;
	}
#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:340px;
	height:480px;
	clip:rect(0px 340px 480px 0px);
	overflow:hidden;
	z-index:1;
	padding-top: 0px;
	margin-top: 0px;
	}
.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	margin: 0px;
	padding: 10px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
#scrollbar { 
  position:absolute; left:665px; top:21px;
  width:11px; height:480px; 
  font-size:1px; z-index:3;
  }
#track { 
  position:absolute; left:0px; top:12px;
  width:12px; height:452px;
  z-index:1;
  }
.trackOrange {
	background-color: #ff9900;
}
#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:10px;
	height:20px;
	z-index:1;
	background-color: #233C80;
  } 
#up { position:absolute; left:-2px; top:0px; z-index:2 }  
#down {
	position:absolute;
	left:-2px;
	bottom:0;
	z-index:3;
	top: 463px;
}  
