div#ticker {
    position: relative;
    float: left;
    width: 660px;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 10px;
    background-color: #E9E9E9;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

div#ticker.wide {
    width: 970px;
}

div#ticker div.ticker-heading {
    float: left;
    width: 172px;
    height: 24px;
    margin: 0px 0px 0px 5px;
    text-transform: uppercase;
}

div#ticker div.ticker-items {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 482px;
    height: 24px;
    background-color: #F4F4F4;
    overflow: hidden;
}

div#ticker.wide div.ticker-items {
    width: 790px !important;
}

div#ticker div.ticker-item {
    width: 482px;
    height: 24px;
    overflow: hidden;
}

div#ticker.wide div.ticker-item {
    width: 790px !important;
}

div#ticker p.ticker-content {
    display: block;
    float: left;
    max-width: 365px;
    height: 24px;
    padding: 0px;
    overflow: hidden;
    margin-left: 5px;
}

div#ticker.wide p.ticker-content {
    max-width: 680px !important;
}

div#ticker a.ticker-link {
    display: block;
    float: right;
    width: 95px;
    height: 24px;
    margin-right: 5px;
}
