/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
	 
div#hold
	{ 
	position:relative;
	overflow:hidden;
	width:540px;
	height:75px;
	z-index:100;
	}
	
div#wn
	{ 
	position:absolute; 
	left:0px;
	top:0px; 
	width:540px;
	height:75px;
	clip:rect(0px, 540px, 75px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
	
div#lyr1	
	{ 
	
	position:absolute;
	visibility:hidden; 
	left:0px;
	top:0px; 
	z-index:1; 
	}
  
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 {
	width:540px;
	}
	
table#t2 {
	width:2880px;
	}
	
table#t3 {
	width:1080px;
	}
	
table#t4 {
	width:2610px;
	}

table#t5 {
	width:630px;
	}
	
#wn img
	{
	border: solid 2px #FFF;
	}
	

	
#loadarea 
	{
	width: 420px;
	height: 470px;

	}


	


table#t1 td
	{
	width:90px;
	vertical-align: middle;
	text-align:center;
	}  
	
table#t2 td
	{
	width:90px;
	vertical-align: middle;
	text-align:center;
	} 

table#t3 td
	{
	width:90px;
	vertical-align: middle;
	text-align:center;
	}
	
table#t4 td
	{
	width:90px;
	vertical-align: middle;
	text-align:center;
	}
	
table#t5 td
	{
	width:90px;
	vertical-align: middle;
	text-align:center;
	}

/* Styles for demo, not necessary for scrolling layers */  

body
	{
	overflow:hidden;
	text-align:center;
	}


a:link
	{
	color:#33c
	}	

a:visited
	{
	color:#339
	}	
	



table.main
	{ 
	 width:535px;
	margin:auto;
	text-align: left;
	}


