﻿/* holder div contains scroller. set height and width */
#holder1 { position:relative; width:260px; height:70px;  }
#holder2 { position:relative; width:260px; height:70px;  }
#holder3 { position:relative; width:260px; height:70px;  }

div#wn3 { 
  position:absolute; 
  width:260px; height:70px; z-index:199;
  clip:rect(0, 260px, 70px, 0); overflow:hidden;
  }
div#cnt3 { position:absolute; z-index:1; }
/* remove gaps for mozilla, etc 
   see http://devedge.netscape.com/viewsource/2002/img-table/ */
div#cnt3 td img 
{ 
	display:block;
}
div#wn2 { 
  position:absolute; 
  width:260px; height:70px; z-index:100;
  clip:rect(0, 260px, 70px, 0); overflow:hidden;
  }
div#cnt2 
{
	position:absolute;
	z-index:1;
}
div#cnt3 div.item {
  width:260px; height:70px; 
}

/* box-model hack needed because padding added to div.item */
*html div#cnt2 div.item {
  width:260px;
  w\idth:260px;
}

