#ticker
{
    height: 20px;
    width: 925px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

#ticker-wrapper
{
    position: relative;
    left: 925px;
    display: inline-block;
}

.ie7 #ticker-wrapper
{
   display: inline;
}

.ticker-wrapper-item
{
    float: left;
    margin-right: 35px;
}

.ticker-wrapper-item a
{
    font-weight: normal;
    text-decoration: underline;
    color: #7E7E7E;
}