﻿/*body { overflow:hidden; } /* Remove this line if your document requires scrolling  */
body  { font: 14px verdana, arial, helvetica, sans-serif }

/*body, td  { font: 1em verdana, arial, helvetica, sans-serif }*/
th	{ font-size:0.8em; text-align:left; }	
td { vertical-align:top }
td a:link, td a:visited { color:#33c }	
td#scroller1 { width:158px; height:88px }
td#scroller2 { width:158px; height:22px }


/* holder div contains scroller. set height and width */
#holder1 { position:relative; width:158px; height:88px; }
#holder2 { position: relative; width: 158px; height: 22px; }

div#wn1 { 
  position:absolute; 
  width:158px; height:88px; z-index:1000; 
  clip:rect(0, 158px, 88px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
/* remove gaps for mozilla, etc 
   see http://devedge.netscape.com/viewsource/2002/img-table/ */
div#cnt1 td img { display:block }

div#cnt1 td a {
	border:0px
}
div#cnt1 td a:hover {
	border:0px
}



div#wn2 { 
  position:absolute; 
  width:158px; height:22px; z-index:1000;
  clip:rect(0, 158px, 22px, 0); overflow:hidden;
  }
div#cnt2 { position:absolute; z-index:1 }
div#cnt2 div.item {
	width: 158px;
	height: 22px;
	font-size: 0.8em;
	text-align: center;
}
