/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
#hold	{
	position:absolute;
	overflow:hidden;
	width:350px;
	height:530px;
	z-index:100;
	left: 15px;
	top: 85px;
	}
#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:350px;
	height:530px;
	clip:rect(0px,auto,auto,0px);
	z-index:1;
	padding-top: 0px;
	margin-top: 0px;
	}
.content {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	width: 348px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
#scrollbar {
	position:absolute;
	left:963px;
	top:30px;
	width:11px;
	height:630px;
	font-size:1px;
	z-index:3;
  }
li {
	padding-top: 10px;
}

#track {
	position:absolute;
	left:0px;
	top:12px;
	width:11px;
	height:607px;
	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;
}  
