/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	 { position: relative; z-index: 100; width: 221px; height: 178px; overflow: hidden }
div#wn	 { position: absolute; z-index: 1; top: 0px; left: 0px; width: 221px; height: 178px; overflow: hidden; clip: rect(0px auto auto auto) }
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  { text-align: left; width: 663px }
table#t1 td  { text-align: left; width: 221px }  

/* Styles for demo, not necessary for scrolling layers */  
body  { overflow: hidden }
table.main  { text-align: left; margin: auto; width: 221px }

