/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:240px; height:175px; z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:12px; top:-1px; 
	width:216px; height:177px; 
	clip:rect(0px, 240px, 170px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1 {
	position:absolute;
 	z-index:2;
	left:10px; top:-4px; 
	 
	}
