/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:231px; height:56px; z-index:100;
	}
div#wn	{ 
	position:absolute; 
	left:-9px; top:-10px; 
	width:231px; height:80px; 
	clip:rect(0px, 231px, 80px, 0px); 
	overflow:hidden;	
	z-index:1; 

	}
div#lyr1	{ 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
	
div#hold2	{ 
	position:relative; overflow:hidden;
	width:255px; height:130px; z-index:100;
	}
div#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:255px; height:130px; 
	clip:rect(0px, 255px, 130px, 0px); 
	overflow:hidden;	
	z-index:1; 

	}
div#lyr2	{ 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
	
div#hold3	{ 
	position:relative; overflow:hidden;
	width:231px; height:120px; z-index:100;
	}
div#wn3	{ 
	position:absolute; 
	left:-9px; top:-8px; 
	width:231px; height:133px; 
	clip:rect(0px, 231px, 133px, 0px); 
	overflow:hidden;	
	z-index:1; 

	}
div#lyr3	{ 
	position:absolute;
	left:0px; top:0px; 
	z-index:1; 
	}
