
div#wn { 
  position:absolute; 
  /*right:20px; top:600px; */
  width:160px; height:120px; z-index:1000;
  clip:rect(0, 160px, 120px, 0); overflow:hidden;
  /*background-color:#337*/
  }
div#cnt { position:absolute; z-index:1 }
/* Since the images in the example vary in size and do not completely fill scroller space
   width and height needs to be set here to match height and width of the scroller */
div#cnt td {
  width:160px; height:120px; 
  text-align:center; vertical-align:middle;
  }
  
