.container_news{margin-bottom: 20px; display: inline-block; width: 100%; border-bottom: 5px solid #f9b923;}
#ticker_container{margin-top:6px;}
.news_cover{ font-family: Raleway,sans-serif; text-align: center; background: #f9b923; padding: 5px 10px 5px; font-weight: bold; text-transform: uppercase;}
#newscontent {float: left; max-width: 80%; height: 20px; overflow: hidden;}
#newscontent a {color: #585858; font-size: 12px; text-decoration: none; font-weight: bold;}
#news {display: none;}
#controls { float: right; height: 16px;}
#news {display: none;}
.news_tricker{width:50%;}
.offers {
    position: relative;
    background-color: #ffffff;
}
.offers .ticker-title {
    color: #990000;
    font-weight: bold;    
    text-transform: uppercase;
    position: relative;
    z-index: 10;
}
.offers .item {
    position: absolute;
    -webkit-transition: -webkit-transform .3s ease-in, opacity .3s linear;
    -moz-transition: -moz-transform .3s ease-in, opacity .3s linear;
    -ms-transition: -ms-transform .3s ease-in, opacity .3s linear;
    -o-transition: -o-transform .3s ease-in, opacity .3s linear;
    transition: transform .3s ease-in, opacity .3s linear;
    list-style: none;
}

.offers .item:not(.active) {
    -webkit-transform: translateY(-100%);
    -moz-transition: translateY(-100%);
    -ms-transition: translateY(-100%);
    -o-transition: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
}