/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold2	{ 
	position:relative; overflow:hidden;
	width:252px; height:200px; 
	z-index:1; 
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:252px; height:200px; 
	clip:rect(0px, 252px, 200px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:relative; visibility:hidden; 
	z-index:1; 
	}

/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:7px; height:90px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0px; top:8px;
  width:7px; height:75px;
  background-color:#F4F7F9;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:-1px; top:0px;
  width:5px; height:10px;
  background-color:#4A6070;
  z-index:1;
  }   

/* Styles for demo, not necessary for scrolling layers */  
a img { border:none }
