
div#hold { 
  position:relative; width:350px; height:155px; 
  z-index:10; 
  }
div#wn { 
  position:absolute; left:0; top:0;
  width:350px; height:155px; z-index:1;
  clip:rect(0, 350px, 155px, 0); overflow:hidden;
  }
div#cnt { position:absolute; z-index:1 }

/* 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:426px }
table#imgTbl td {
  width:142px; height:155px; 
  }
div#prodmain{
width: 100px;
  } 

div.prodcontent{
margin: 0;
font-size:14px;
font-weight:bold;
background-color: #ffffff;
text-align: center;
height: 100px;
}
div.prodcontent a{
margin: 0px;
padding: 0px;
height: 100px;
width: 110px;
}

div.prodfooter{
margin: 0;
clear: both;
color:#FFFFFF;
font-size:10px;
background-color: #000000;
text-align: center;
}
.prodfooter p {
margin: 0;
clear: both;
color:#FFFFFF;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #000000;
text-align: center;
}
.prodfooter p a {
margin: 0;
clear: both;
color:#FFFFFF;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color: #000000;
text-align: center;
text-decoration:none;
}
imgTbl a {
	text-decoration: none;
}

/* Prevents scrollbars - remove this spec if your document needs them  */


