
/* table cell containing scroller, good idea to set its width and height  */
td#scroller1 { width:220px; height:220px }

/* holder div contains scroller. set height and width */
#holder1 { position:relative; width:220px; height:215px; z-index:100 }

div#wn1 { 
  position:absolute; 
  width:220px; height:205px; z-index:1;
  clip:rect(0, 220px, 220px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
.item {
font-size:11px; color:#03639b; font-weight:bold; font-family:Tahoma, Helvetica, sans-serif;
  
  text-decoration:none;
  }

.item_desc {
font-size:9px; color:#000000;  font-family:Tahoma, Helvetica, sans-serif
  }


div.item {
  width:220px; height:72px; 
  font-size:11px; color:#03639b; font-weight:bold; text-align:left;
  text-decoration:none;
  }




