
/* holder div contains scroller. set height and width */
#holder1 { position:relative; width:	100px; height:130px; z-index:1; }
#holder2 { position:relative; width:100px; height:130px; z-index:1; }
#holder3 { position:relative; width:100px; height:130px; z-index:1; }


div#wn1 { 
  position:absolute; 
  width:100px; height:130px; z-index:1;
  clip:rect(0, 100px, 130px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
div#cnt1 td img { display:block }

div#wn2 { 
  position:absolute; 
  width:100px; height:130px; z-index:1;
  clip:rect(0, 100px, 130px, 0); overflow:hidden;
  }
div#cnt2 { position:absolute; z-index:1; }
div#cnt2 td img { display:block }

div#wn3 { 
  position:absolute; 
  width:100px; height:130px; z-index:1;
  clip:rect(0, 100px, 130px, 0); overflow:hidden;
  }
div#cnt3 { position:absolute; z-index:1; }
div#cnt3 td img { display:block }

