/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width: 275px; 
	height: 280px; 
	z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px;
	top: 20px;
	width: 265px; 
	height: 280px; 
	clip:rect(0px, 295px, 280px, 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: 300px; 
	height: 280px;
  }

/*table.scrollLinks */

td.spacer 
	{ 
	height: 280px;
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar 
	{ 
/*	background-color: #00FF66;*/
	position:relative; 
	left:0;  
	top:0;
	width: 20px; 
	height: 280px; 
	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: 279px; 
	top: 20px;
	width: 17px; 
	height: 280px;
	z-index:1;
  	}
	
div#dragBar 
	{
  	position:absolute; 
	left:3px; 
	top:1px;
  	width:17px; 
	height:17px;
  	z-index:1;
	cursor: pointer;
  	}  



