/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:750px; height:210px; z-index:80
	}
div#wn	{
	position:absolute;
	left:0px;
	top:0px;
	width:750px;
	height:210px;
	clip:rect(0px, 750px, 210px, 0px);
	overflow:hidden;
	z-index:2;
	visibility: visible;
	}
div#lyr1	{ 
	position:absolute; visibility:visible; 
	left:0px; top:0px; 
	z-index:2; 
	}
  



