/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:445px; height:228px; z-index:100;
	border: 1px solid #CCCCCC;
	padding: 2px;
	background:#FFFFff;
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:450px; height:232px; 
	clip:rect(0px, 450px, 232px, 0px); 
	overflow:hidden;	
	z-index:1; 
	background-image: url(http://www.oneworld-publications.com/new%20imgs/newsite/paper_bg.jpg);
	}
div#lyr1	{ 
	position:absolute;; 
	left:0px; top:0px; 
	z-index:1; 
	
	background-image: url(http://www.oneworld-publications.com/new%20imgs/newsite/paper_bg.jpg);
	}
div#set	{ 
	background-image: url(http://www.oneworld-publications.com/new%20imgs/newsite/paper_bg.jpg);
	}
  
/* table containing images. adjust according to your images' sizes and numbers */
table#t1 { width:1335px;}
table#t1 td { width:400px; vertical-align:top; }  
	
a img { border:none }

table.main { 
  width:334px; margin:auto;
  background-color:#eee; border:1px dashed #666 
  }
td.arrows a { width: 100%; padding:0 1em }
td.spacer { width:38px }
td.footer { text-align:center; margin:.8em 0 .6em }  

