.cms-element-mst-manufacturer-slider {
    display: block;
    position: relative;
    width: 100%;
}

.tns-nav {
    text-align: center;
    margin: 10px 0;
}

.tns-nav > [aria-controls] {
    width: 9px;
    height: 9px;
    padding: 0;
    margin: 0 5px;
    border-radius: 50%;
    background: #ddd;
    border: 0;
}

.tns-nav > .tns-nav-active {
    background: #999;
}

.tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.mst-manufacturer-slider-wrapper .controls {
    text-align: center;
}

.mst-manufacturer-slider-wrapper .controls li {
    display: block;
    position: absolute;
    top: 50%;
    height: 60px;
    width: 30px;
    line-height: 60px;
    margin-top: -20px;  /* when navigation is bottom */
    cursor: pointer;
    transition: background 0.5s;
    font-size: 26px;
}

.mst-manufacturer-slider-wrapper .controls .prev {
    left: 0;
    z-index: 1;
}

.mst-manufacturer-slider-wrapper .controls .next {
    right: 0;
    z-index: 1;
}

.mst-manufacturer-slider-wrapper .controls li:hover {
    background: #f2f2f2;
}

.tns-transition-linear {
    transition-timing-function: linear;
}

.tns-transition-ease-in {
    transition-timing-function: ease-in;
}

.tns-transition-ease-out {
    transition-timing-function: ease-out;
}

.tns-transition-ease-in-out {
    transition-timing-function: ease-in-out;
}

.mss-logo-container {
    text-align: center;
}

