div#scroll{
    position:relative;
    height:24px;
    width:500px;
    display:block;
    overflow:hidden;
    width:460px;
    height:60px;
  }
  
  div.scrollingtext{
    position:absolute;
    font-family: Arial,Helvetica,sans-serif; 
  }
  
  a.banNoStyle {
	text-decoration:none;
  }