.updateslider_wrapper {
    color: #fff;
    line-height: 30px;
    height: 30px;
    -webkit-text-size-adjust: none;
    position: relative;
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

#js-news a {
    color: #fff !important;
    white-space: nowrap;
    padding: 0;
    margin: 0 50px 0 0;
    text-decoration: none;
}

#js-news li {
    z-index: 999;
}

.updateslider {
    height: 30px;
    margin: 0;
    padding: 0;
}

.updateslider li {
    padding: 0 15px;
    list-style-type: none;
    list-style-image: none;
}

.updateslider_controls {
    position: absolute;
    right: 0;
    top: 0;
    list-style-type: none;
    list-style-image: none;
    z-index: 30;
    margin: 0;
    padding: 0;
    padding-top: 1px;
}

.updateslider_controls li {
    float: left;
    height: 30px;
    background-repeat: no-repeat;
    background-color: #000;
    cursor: pointer;
}

.updateslider_controls .previous,
.updateslider_controls .next {
    width: 12px;
}

.updateslider_controls .pause,
.updateslider_controls .resume {
    width: 13px;
    padding: 0;
}

.updateslider_controls .pause {
    background: url(../images/pause-player.svg) no-repeat;
    width: 25px;
}

.updateslider_controls .resume {
    background: url(../images/play-player.svg) no-repeat;
    width: 25px;
}

.updateslider_controls .previous {
    background: url(../images/prev-player.svg) no-repeat;
    width: 25px;
}

.updateslider_controls .next {
    background: url(../images/next-player.svg) no-repeat;
    width: 25px;
}

.updateslider_style_reveal .updateslider li {
    left: 15px !important;
}

 /*Reveal */
.updateslider_style_reveal .updateslider li {
    left: 15px !important;
}

 /*Scroll*/
.updateslider_style_scroll .updateslider li {
    margin-right: 80px;
    padding: 0;
}

.updateslider_scroller {
    margin: 0;
}