
/* holder div contains scroller. set height and width  */
#holder1
{
    position: relative;
    width: 260px;
    height: 20px;
    top: 7px;
}

div#wn1 { 
  position:absolute;
  width:260px; height:20px;
  clip:rect(0, 260px, 20px, 0); overflow:hidden;
  }

div#cnt1 { position:absolute; }

/* Set width and height of item same as width and height of scroller (wn1)  */
div.item {
  width:260px; height:20px; 
  font-size:13px; color:#444444; font-family:Verdana, Arial, Helvetica, sans-serif;
  }
div.item a,visited{
  width:260px; height:20px; 
  font-size: 13px;
  color: #003399;
  text-decoration: none;
}
div.item a:hover{
  width:260px; height:20px; 
  text-decoration: underline;
}