#newsTicker {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 1.2em;
    line-height: 30px;
    background: #FFC200;
    color: #1c1c1e;
    border-top: 1px solid #FFFFFF;
    z-index: 1;
}

#newsTicker .newsTicker_name {
    position: absolute;
    left: 0;
    top: 0;
    background: #FF3E00 url('/files/tysol/images/li_white.png') no-repeat 10px center;
    color: #FFFFFF;
    font-weight: 700;
    padding: 0 30px 0 20px;
    z-index: 2;
}

#newsTicker .newsTicker_news {
    
}