/* Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
div#hold	{ 
	position:relative; overflow:hidden;
	width:740px; height:100px; z-index:100;
	
	}
div#wn	{ 
	position:absolute; 
	left:45px; top:0px; 
	width:650px; height:100px; 
	clip:rect(0px, 650px, 100px, 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 = 130*num of images. */
/* This is reset dynamically on pages */
/*table#t1 { width:0px; height:100px;}*/

/* this width is based on the standard sponsor img size 99px; */
table#t1 td { width:108px; vertical-align:middle; text-align:center; padding:0; }  

/* Styles for demo, not necessary for scrolling layers*/   


table.main { 
  width:300px; margin:auto;
  border:0px dashed #666; 
  }


#leftArrow, #rightArrow{
position:absolute;
top:0px;
height:100px;
width:37px;

border:0px dashed #fff;
}

#leftArrow{
left:0px;
}

#rightArrow{
right:0px;
}