/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
	 
#TPL1-TABLE-1 { 
  width: 480px;
  margin: auto;
  }

#TPL1-TABLE-1-R1-C1	{
  height: 50px;
  vertical-align: top;
  }
  
#TPL1-TABLE-1-R2-C1	{
  height: 25px;
  text-align: right;
  }  

#TPL1-HOLD	{
	position: relative;
	overflow: hidden;
	width: 480px;
	height: 65px;
	z-index: 100;
	}
	
#wn	{ 
	position: absolute; 
	left:0px;
	top:0px; 
	width: 480px;
	height: 65px; 
	clip: rect(0px, 500px, 65px, 0px); 
	overflow: hidden;	
	z-index: 1;
	}
	
#lyr1	{ 
	position: absolute;
	visibility: hidden; 
	left: 0px;
	top: 0px; 
	z-index: 1; 
	}
  
/* table containing images. adjust according to your images' sizes and numbers */

#TPL1-TABLE-2 {
	width: auto;
	height: 50px;
	}
	
a:link {
	}	

a:visited {
	}
		
a img {
	border: none;
	}
