/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/

div#up { 
	position:absolute; 
	left:15px; 
	right:15px;
	top:0px; 
	z-index:2; 
}  
div#down { 
	position:absolute; 
	left:15px; 
	right:15px;
	bottom:0px; 
	z-index:3;
}  

/* Styles for demo, not necessary for scrolling layers */  

td#scrollLinks  { 
	width: 40px; 
	vertical-align:top;
}
a img { border:none }
