/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold6	{ 
	position:relative; overflow:hidden;
	width:290px; height:230px; 
	z-index:2000; 
	}
div#wn6	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:290px; height:230px; 
	clip:rect(0px, 290px, 230px, 0px); 
	overflow:hidden;	
	z-index:2999;
	}
div.scrollcontent6 { 
	position:absolute;
	left:0px; top:0px; 
	z-index:999; 
	}
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar6 { 
  position:relative; left:0; top:0;
  width:7px; height:235px; 
  font-size:1px; z-index:1;
  }
div#track6 { 
  position:absolute; left:2px; top:17px;
  width:7px; height:200px;
  background-color:#3c5c6d;
  z-index:1;
  }
div#dragBar6 {
  position:absolute; left:3px; top:0px;
  width:5px; height:10px;
  background-color:#768c98;
  z-index:1;
  }  
div#up { position:absolute; left:-1px; top:0; z-index:2 }  
div#down { position:absolute; left:-1px; bottom:0; z-index:3 }  

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

