@charset "UTF-8";

.Module.ModernNewsTicker .modern-ticker {
    direction: rtl;
}

.Module.ModernNewsTicker .mt-label {
    margin-right: 0;
    margin-left: 2px;
    padding: 0 12px 0 8px;
    left: auto;
    right: 0;
}

.Module.ModernNewsTicker .mt-round .mt-label {
    border-radius: 0 5px 5px 0;
}

.Module.ModernNewsTicker .mt-news li {
    float: right;
}

.Module.ModernNewsTicker .mt-round .mt-news:first-child,
.Module.ModernNewsTicker .mt-round .mt-news:first-child a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.Module.ModernNewsTicker .mt-round .mt-news:last-child,
.Module.ModernNewsTicker .mt-round .mt-news:last-child a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.Module.ModernNewsTicker .mt-news a {
    margin-right: 0;
    margin-left: 2px;
}

.Module.ModernNewsTicker .mt-controls {
    margin-left: 0;
    margin-right: 2px;
    right: auto;
    left: 0;
}

.Module.ModernNewsTicker .mt-next,
.Module.ModernNewsTicker .mt-play,.mt-prev {
    float: right;
}

.Module.ModernNewsTicker .mt-round .mt-next {
    border-radius: 5px 0 0 5px;
}