/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; 
	overflow:hidden;
	width:370px; 
	height:220px;
	z-index:100;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:330px; height:220px; 
	clip:rect(0px, 330px, 220px, 0px); 
	overflow:hidden;
	}
div#lyr1	{
	text-align:left;
	position:absolute;
	visibility:hidden; 
	left:0px;
	top:0px; 
	width:320px;
	padding-left: 20px;
	}
div#up	{
	text-align:center;
	position:absolute;
	width:20px;
	height:10px;
	left:350px;
	top:0px;
	display:block;
	z-index:2; 
	}

div#down	{
	text-align:center;
	position:absolute;
	width:20px;
	height:10px;
	left:350px;
	top:210px;
	display:block;
	z-index:2;
	}