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

