/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold7	{ 
	position:relative; overflow:hidden;
	width:460px; height:290px; 
	z-index:2000; 
	}
div#wn7	{ 
	position:absolute; 
	left:0px; top:-5px; 
	width:460px; height:290px; 
	clip:rect(0px, 460px, 290px, 0px); 
	overflow:hidden;	
	z-index:2999;
	}
div.scrollcontent7 { 
	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#scrollbar7 { 
  position:relative; left:0; top:0;
  width:7px; height:280px; 
  font-size:1px; z-index:1;
  }
div#track7 { 
  position:absolute; left:2px; top:17px;
  width:7px; height:250px;
  background-color:#3c5c6d;
  z-index:1;
  }
div#dragBar7 {
  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 }

