.region-alerts {
    position: relative;
    z-index: 9999999999;
}

#block-art-alerts-alerts .content {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.bell {
    position: absolute;
    top: 8px;
    left: 335px;
    background-color: #ffeb00;
    height: 40px;
    width: 115px;
    background-image: url("../img/bell.png");
    background-repeat: no-repeat;
    background-position: 70px center;
    padding-left: 10px;
}

#block-art-alerts-alerts {
    margin-bottom: 0px;
}

#block-art-alerts-alerts a, #block-art-alerts-alerts a:visited {
    color: #000;
}

#block-art-alerts-alerts .alert_num a:hover {
    color: #ffeb00;
}

.alerts_text {
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-family: "ITCLubalinGraphW01-Demi";
    display: block;
    padding-top: 3px;
}

.alert_num {
    text-align: center;
    width: 15px;
    height: 15px;
    font-size: 12px;
    position: absolute;
    bottom: 7px;
    right: 15px;
}

.tickercontainer { /* the outer div with the black border */
    height: 48px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
    position: relative;
    top: 8px;
    height: 40px;
    width: 500px;
    overflow: hidden;
    float: right;
    background-color: #ffeb00;
    color: #000;
    padding-top: 12px;
}
ul.newsticker { /* that's your list */
    -webkit-transition: all 0s linear;
    -moz-transition: all 0s linear;
    -o-transition: all 0s linear;
    transition: all 0s linear;
    position: relative;
    /*left: 750px;*/
    font: bold 10px Verdana;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.newsticker li {
    float: left; /* important: display inline gives incorrect results when you check for elem's width */
    margin: 0;
    padding-right: 15px;
    font-size: 14px;
    font-family: "ITCLubalinGraphW01-Demi";
    box-sizing:border-box;

}

