/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:730px; 
	height:629px; 
 	z-index:600;
}
div#wn	{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:710px; 
	height:624px; 
	clip:rect(0px, 720px,624px, 0px); 
	overflow:hidden;	
	z-index:600;
}
div.content {
 	position:absolute; 
	left:0px; 
	top:0px; 
	width:710px;
	z-index:600;
	text-align: justify;
}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:absolute; 
  top:0px;
  left:0px;  
  width:11px; 
  height:175px; 
  font-size:1px; 
  z-index:601;
}

div#track { 
  position:absolute; 
  right:0px; 
  top:14px;
  width:8px; 
  height:594px;
  z-index:603;
  background-color: #313131;
  }
  
div#dragBar {

  position:absolute; 
  right:1px;  
  top:2px;
  width: 6px; 
  height:8px;
  background-color:#ff0000;
  z-index:603;
 	 
 }  
 
div#up { position:absolute; right:0px;  top:2px; z-index:602; }  
div#down { position:absolute; right:0px;  bottom:6px; z-index: 303; }  

div#up img { border: 0;}  
div#down img { border: 0; }  

/* Styles for demo, not necessary for scrolling layers */  



