/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */

div#Layer1	{ 
	position:relative; overflow:hidden;
	width:290px; height:159px; z-index:100; 
	}
div#scrollArea	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:290px; height:159px; 
	clip:rect(0px, 290px, 159px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.lnnerLayer { 
	position:absolute; 
	left:0px; top:0px; 
	z-index:1; 
}

div#Layer2	{ 
	position:relative; overflow:hidden;
	width:210px;
	height:145px;
	z-index:100; 
	}
div#scrollArea2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:210px; height:159px; 
	clip:rect(0px, 210px, 150px, 0px); 
	overflow:hidden;	
	z-index:1; 
}
#Layer3 {
	position:absolute;
	width:200px;
	height:150px;
	z-index:1;
}
div#scrollArea3	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:290px; height:159px; 
	clip:rect(0px, 290px, 159px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}