div#hold { 
  position:relative; width:550px; height:92px; 
  z-index:1000; 
  }
div#wn { 
  position:absolute; left:-219px; top:-18px;
  width:776px; height:103px; z-index:1;
  clip:rect(0, 550px, 92px, 0); overflow:hidden;
  }
div#cnt {
	position:absolute;
	left: -173px;
	top: 125px;
	height: 95px;
}

/* 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:780px }
table#imgTbl td {
  width:550px; height:92px; 
  vertical-align:middle;
  }
  
/* Styles for demo - not needed for scroller */
body { font: 14px/1.3 verdana, arial, helvetica, sans-serif }
h1 { font-size:1.3em }	
a:visited { color:#339 }	
a img { border:none }
/* Prevents scrollbars - remove this spec if your document needs them  */
body { overflow:hidden }
