.modern-ticker {
    min-width: 100%;
    height: 35px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    float: left;
    border-bottom: 0px solid #F0F0F0;
}

.modern-ticker a {
    text-decoration: none;
}
.mt-news ul a {
    font-size: 14px;
}
.modern-ticker ul {
    list-style: none;
}

.mt-body {
    position: relative;
}

.mt-label {
    margin-right: 2px;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 6px 0 6px;
    position: absolute;
    left: 0;
    height: 35px;
    line-height: 35px;
}

.mt-news {
    overflow: hidden;
    position: absolute;
}

.mt-scroll .mt-news {
    background-color: transparent;
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-news li {
    float: left;
}


.mt-news a {
    font-size: 15px;
    padding: 0 10px 0 20px;
    margin-right: 2px;
    background-repeat: no-repeat;
    background-position: 7px center;
    display: block;
    white-space: nowrap;
}

.mt-scroll.mt-round .mt-news a {
    border-radius: 0;
}

.mt-hide {
    display: none;
}

.mt-controls {
    margin-left: 2px;
    position: absolute;
    right: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-next,.mt-play,.mt-prev {
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
}

.modern-ticker {
    color: #fafafa;
    background-color: #fff;
}

.mt-label {
    background-color: #575555;
}

.mt-news {
    background-color: #dedede;
}

.mt-preloader {
    background: url(http://www.tvio.it/wp-content/themes/tvio2015/css/images/preloader.gif) no-repeat center;
}


.mt-news a {
    color: #333!important;
    background-color: #fff;
}

.mt-news a:hover {
    color: #fafafa;
    border-color: #f20;

}

.mt-news a:active {
    background-color: #07f;
}

.mt-controls {
    background-image: url(../includes/images/adamag-pause.png);
}

.mt-next,.mt-prev {
    background-color: #fff;
}

.mt-prev {
    background-image: url(../includes/images/adamag-ticker-prev.png);
}

.mt-next {
    background-image: url(../includes/images/adamag-ticker-next.png);
}

.mt-play {
    background-color: #fff;
    background-image: url(../includes/images/adamag-play.png);
}

.mt-pause {
    background-image: url(../includes/images/adamag-pause.png);
}

.mt-next:hover,.mt-play:hover,.mt-prev:hover {
    background-color: #F0F0F0;
}

.mt-next:active,.mt-play:active,.mt-prev:active {
    background-color: #f40;
}