/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
#hold	{
	position:absolute;
	overflow:hidden;
	width:275px;
	height:425px;
	z-index:100;
	left: 15px;
	top: 85px;
	}
#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:275px;
	height:415px;
	clip:rect(0px,275px,415px,0px);
	overflow:hidden;
	z-index:1;
	padding-top: 0px;
	margin-top: 0px;
	}
.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
#scrollbar { 
  position:absolute; left:739px; top:43px;
  width:11px; height:480px; 
  font-size:1px; z-index:3;
  }
#track { 
  position:absolute; left:0px; top:12px;
  width:11px; height:456px;
  z-index:1;
  }
.trackPurple {
	background-color: #4B3C6A;
  }
.trackBlue {
	background-color: #292952;
}
.trackOrange {
	background-color: #FF9B04;
}
#dragBar {
	position:absolute;
	left:1px;
	top:1px;
	width:9px;
	height:20px;
	z-index:1;
	background-color: #999999;
  } 
#up { position:absolute; left:0px; top:0px; z-index:2 }  
#down { position:absolute; left:0px; bottom:0; z-index:3 }  
