﻿/* Styles for scrolling layers   
Specify width and height in hold and wn, and in clip for wn */
div#wn	{ 
	position:relative; 
	width:950px; height:240px; 
	overflow:hidden;	
	}
 
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 { 
	width:260px;
}

table#t1 td {
	width: 190px; 
	vertical-align: middle; 
	text-align: center;
}  

/* Styles for demo, not necessary for scrolling layers */  
a img { 
	border:none
}

table.main { 
	width:950px; 
	margin:auto;
}

td.arrows a { 
	padding: 0 1em; 
} 

