.modern-ticker {
    font-size: 10px;
    overflow: hidden;
    box-shadow: inset 0 -10px 13px -10px rgba(0,0,0,.2);
}

.modern-ticker a {
    text-decoration: none
}

.modern-ticker ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mt-round {
    height: 0px
}

.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;
    width: 864px;
    margin-top: 5px;
}

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

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

.mt-news li {
    float: left;
    margin-top: 4px;
}

.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;
    font-family: FSJackBold,Arial,sans-serif;
    /*color: #a01e21;*/
    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;
    padding-top: 5px
}

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

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

.mt-controls {
    background-image: url(../images/pauses.png)
}

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

}

.mt-prev {
    background-image: url(../images/arrow-prevs.png);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.mt-next {
    background-image: url(../images/arrow-nexts.png);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.mt-play {
    background-color: #eb880e;
    background-image: url(../images/plays.png);
}

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

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

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