/* CSS Document */

/* specs for scrolling layers  */
#wn	{ 
	position:relative; 
	left:110px; top:10px; 
	width:340px; height:260px; 
	clip:rect(0px, 340px, 260px, 0px); 
	overflow:hidden;
	z-index:1; 
	}
/* for scrolling content */	
#lyr1	{ 
	position:absolute; 
	left:0; top:0; 
	z-index:1; 
	}	

