/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:absolute; 
	overflow:hidden;
	width: 360px; 
	height: 330px; 
	z-index:100; 
	}
div#wn	
	{ 
	position:absolute; 
	left: 0px;
	top: 0px;
	width: 360px; 
	height: 330px; 
	clip:rect(0px, 340px, 330px, 0px); 
	overflow:hidden;	
	z-index:1; 
	text-align: right;
	}

div#lyr1 
	{ 
	position:absolute; 
	left: 0px; 
	top: 0px;
	z-index:2; 
	text-align: left;
	}

table.main 
	{ 
	position: absolute;	
	top: 0px;
	left: 0px;
	width: 360px; 
	height: 330px;
	}

/*table.scrollLinks */

td.spacer 
	{ 
	height: 290px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar 
	{ 
/*	background-color: #00FF66;*/
	position:relative; 
	left: 0px;  
	top:0px;
	width: 20px; 
	height: 290px; 
	font-size: 1px; 
	z-index: 1;
  	}
div#track 
	{ 
	position:absolute; 
	background-image: url("http://www.nearsource.net/mPowermed3/images/spacer-background.gif"); 
	background-repeat: repeat;
	left: 339px; 
	top: 20px;
	width: 17px; 
	height: 290px;
	z-index:1;
  	}
	
div#dragBar 
	{
  	position:absolute; 
	left:1px; 
	top:1px;
  	width:17px; 
	height:17px;
  	z-index:1;
	cursor: pointer;
  	}  



