#marquee_replacement
{
    float:right;
    width:660px;
    height:18px;
    overflow:hidden;
    color:#000;
}
 
#marquee_replacement div#start p
{
    padding:0;
    margin:0;
    left:0;
    width:auto;
   display:inline;
    float:left;
    white-space: nowrap;
    height:15px;
}
 
#marquee_replacement div#start p.spacer
{
    width:660px;
}

#marquee_replacement div#start a
{
    color:#000;
}
 
#marquee_replacement div#start
{
    display:block;
    height:10px;
}