td#scroller1
{ 
 width:140px;
 height:75px;
 padding-left:5px;
 padding-right:5px;
}

#holder1
{
 position:relative;
 width:140px;
 height:75px;
 z-index:100
}

div#wn1
{ 
 position:absolute; 
 width:140px;
 height:75px;
 z-index:1;
 clip:rect(0, 140px, 75px, 0);
 overflow:hidden;
}

div#cnt1
{
 position:absolute;
 z-index:1
}

div.item
{
 width:140px;
 height:75px; 
 font-size:11px;
 color:#808080;
}
