/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold1    { 
    position:relative; 
    overflow:hidden;
    width:981px; 
    height:194px; 
    z-index:10;
    border: 0px;
    }
div#wn1    { 
    position:absolute; 
    left:5px; 
    top:-3px; 
    width:973px; 
    height:194px; 
    clip:rect(-2px, 973px, 190px, 0px); 
    overflow:hidden;
    border: 0px;      
    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#promos td { width:236px; vertical-align:middle; text-align:center; }  