﻿.modern-ticker {
    width: 100%;
    height: 45px;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
}

    .modern-ticker a {
        text-decoration: none;
    }

    .modern-ticker a:hover {
        color:#808080;
    }

    .modern-ticker ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.mt-round {
    border-radius: 7px;
}

.mt-body { /* margin:2px; */
    position: relative;
}

.mt-label {
    margin-right: 2px;
    padding: 0 8px 0 12px;
    position: absolute;
    left: 0;
}

.mt-round .mt-label {
    border-radius: 5px 0 0 5px;
}

.mt-news {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100% !important;
}

.mt-scroll .mt-news {
    background-color: transparent;
}

.mt-news ul {
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-news li {
    float: left;
}

.mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mt-news a {
    font-size: 15px;
    padding: 7px 10px 10px 50px;
    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-right: 2px;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: -1000px;
}

.mt-next, .mt-play, .mt-prev {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 0.9em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 35px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    cursor: pointer;
    text-align: center;
    padding-top: 5px;
}

.mt-round .mt-next {
    border-radius: 0 5px 5px 0;
}

.mt-next:before {
    content: "\f105";
}

.mt-prev:before {
    content: "\f104";
}

.mt-pause:before {
    content: "\f04c" !important;
}

.mt-play:before {
    content: "\f04b";
}
