div#hold { 
  position:relative; width:615px; height:95px; 
  z-index:9; 
  }
div#wn { 
  position:absolute; left:0; top:0;
  width:615px; height:95px; z-index:1;
  clip:rect(0, 615px, 95px, 0); overflow:hidden;
  background-color:#007070;
  font-family:Verdana, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight:bold;
  color: #EEE;
  text-align:center;
  }
div#cnt { position:absolute; z-index:0 }

/* 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:615px }
table#imgTbl td {
  width:615px; height:95px; 
  vertical-align:middle;
  }