div#hold { 
  position:relative; width:300px; height:60px; 
  z-index:1000; 
  }
div#wn { 
  position:relative; 
  width:300px; height:60px; z-index:1;
  clip:rect(0, 300px, 60px, 0); overflow:hidden;
  }
div#cnt {
	position:relative;
	z-index:1;
	width: 300px;
	height: 60px;
}

/* width of table = number of items * scroller width 
   Setting width on table and width and height on table cell needed
   for this example because images vary in size and don't fill scroller space
*/
table#imgTbl { width:2400px }
table#imgTbl td {
  width:300px; height:60px; 
  vertical-align:middle;
  }
  
/* Prevents scrollbars - remove this spec if your document needs them  */

