#news-ticker-zone {border: 0;height: 41px;}

.modern-ticker {
    width: calc(100%);
    line-height: 41px;
    font-size: 16px;
    color: #fafafa;
    background-color: #fff;
    position: relative;
    height: 41px;
    overflow: hidden;
}



.modern-ticker a {

    text-decoration: none;

}



.modern-ticker ul {

    margin: 0;

    padding: 0;

    list-style: none;

}



.mticker-round {

    border-radius: 7px;

}



.mticker-label {background: url('images/news_ticker/news_ticker_label_bg.png') no-repeat left center;width: 60px;padding-left: 35px;float: left;font-weight: 700;color: #1076b6;font-size: 16px;height: 41px;line-height: 41px;text-transform: uppercase;}



.mticker-round .mticker-label {

    border-radius: 5px 0 0 5px;

}



.mticker-news {overflow: hidden;float: left;height: 36px;background: #fff !important; padding-top: 5px;}



.mticker-scroll .mticker-news {

    background-color: transparent;

}



.mticker-round .mticker-news:first-child,.mticker-round .mticker-news:first-child a {

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

}



.mticker-round .mticker-news:last-child,.mticker-round .mticker-news:last-child a {

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

}



.mticker-scroll.mticker-round .mticker-news a {

    border-radius: 0;

}



.mticker-news ul {

    width: 50000px;

    background-image: url("images/news_ticker/mticker-bullet-over.jpg");

    background-repeat: no-repeat;

    background-position: -1000px;

}



.mticker-news li {

    float: left;

}



.mticker-news a {

    font-family: "Roboto",cairo;

    font-size: 12px;

    padding: 0 10px 0 20px;

    margin-right: 2px;

    color: #555;

    background-image: url("images/news_ticker/mticker-bullet.jpg");

    background-repeat: no-repeat;

    background-position: 7px center;

    display: block;

    line-height: 31px;
    direction: ltr;

}

.mticker-news a:hover {

    text-decoration: underline;

    background-image: url("images/news_ticker/mticker-bullet-over.jpg");

}



.mticker-news a:active {

    background-color: #FAFAFA;

}



.mticker-controls {height: 100%;float: right;background-image: url("images/news_ticker/mticker-pause.png");background-repeat: no-repeat;background-position: center;height: 27px;padding-top: 5px;background-color: #fff;}



.mticker-play,.mticker-prev,.mticker-next {

    width: 15px;

    height: 36px;

    background-repeat: no-repeat;

    background-position: center;

    cursor: pointer;

    float: left;
}



.mticker-prev,.mticker-next {

}



.mticker-prev {

    background-image: url("images/news_ticker/mticker-arrow-prev.png");

}



.mticker-next {

    background-image: url("images/news_ticker/mticker-arrow-next.png");

}



.mticker-round .mticker-next {

    border-radius: 0 5px 5px 0;

}



.mticker-play {

    background-image: url("images/news_ticker/mticker-play.png");

}



.mticker-pause {

    background-image: url("images/news_ticker/mticker-pause.png");

}



.mticker-play:hover,.mticker-prev:hover,.mticker-next:hover {

}



.mticker-play:active,.mticker-prev:active,.mticker-next:active {

}

.mticker-date {font-weight:bold; color: #555;}