/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:500px; height:450px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:495px; height:450px; 
	clip:rect(0px,495px,450px,0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:-42px; top:1px; 
	z-index:1; 
	}


/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:-2; top:0;
  width:11px; height:150px; 
  font-size:1px; z-index:1;
  }
div#track{
background-image:url(../Scripts/images/track.gif);
background-repeat:repeat-y;
  position:absolute; 
	left:2px; 
	top:-168px;
  width:10px; 
	height:480px;
  z-index:1;
  }
div#dragBar {
  position:absolute; top:14px;
  width:7px; height:20px;
  background-color:#cccccc;
	border:#fba618 solid 1px;
  z-index:1;
  }  
div#up { position:absolute; left:2px; top:-180px; z-index:2 }  
div#down { position:absolute; left:2px; bottom:-177px; z-index:3 }  

/* Styles for demo, not necessary for scrolling layers */  
	
	
a img { border:none }

td#scrollLinks  { width:12px }
#mainContent{
	width:400px;
	text-align:left;
	height:450px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 30px;
	margin-left: 20px;
}
