/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative;  overflow:hidden; 
	width:450px; height:150px;  z-index:auto ;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:450px; height:140px; 
	clip:rect(0px, 450px, 150px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div#lyr1	{ 
	position:absolute; visibility:visible; 
	left:0px; top:0px; 
	z-index:1; 
	}
  
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 { width:450px; }
table#t1 td { width:450px; vertical-align:inherit; text-align:center }  

/* Styles for demo, not necessary for scrolling layers  
body { overflow:hidden;} */
/* body, td { font: 12px verdana, arial, helvetica, sans-serif; }*/
h1 { 
  font-size:2.4em; 
  margin:1.5em 0 2em 0; 
  }
	
	
/* a img { border:none; padding-right:1em } */

.content img { border:none; padding-right:1em  } 
 
table.main { 
  width:450px; margin:auto;
    
  }
td.arrows a { padding:0 8em; size:2em }
td.spacer { width:38px }
td.footer { text-align:center; margin:1em 0 .6em }  