#ampnewsticker {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.moostick {
    position: static;
    height:24px !important;
    padding: 0 0 0 3px !important;
    background:transparent;
    }

#ampnewsticker #ampnewsticker_border {
    position: static;
    top: 0;
    margin-left: 6px;
    margin-right: 6px;
    width: auto;
    background: url("../images/ticker_mid_2.gif") repeat-x;
    height: 40px;
}
#ampnewsticker .ampnewsticker_container {
    position: relative;
    text-decoration: none;
    display: block;
    float: left;
    height: 40px;
}
#ampnewsticker li.ampnewsticker_item {
    position: absolute;
    top: 3px;
    color: #288FE1;
    left: 7px;
    visibility: hidden;
    list-style: none;
    background: none;
}
#ampnewsticker .ampnewsticker_label span {
    position: absolute;
    top: 5px;
    color: #000;
    font-weight: normal;
    font-size: 0.89em;
    text-transform:uppercase;
    letter-spacing:2px;
    left: 7px;
}
#ampnewsticker .ampnewsticker_label {
    position: relative;
    display: block;
    float: left;
    height: 25px;
}
#ampnewsticker .ampnewsticker_divider {
    position: relative;
    border-left: 1px solid #F6C78E;
    width: 1px;
    height: 18px;
    top: 3px;
    float: left;
}
#ampnewsticker .ampnewsticker_left_side {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 30px;
    background: url("../images/left_side_2.gif") no-repeat;
}
#ampnewsticker .ampnewsticker_right_side {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 30px;
    background: url("../images/right_side_2.gif") no-repeat;
}
