div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.prices__slider__navigation {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    pointer-events: none;
}

.prices__slider__navigation>* {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 2;
    left: -65px;
    top: 0;
    background-image: url(/local/templates/kellerNew/i/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center left 17px;
}

.prices__slider__navigation>* {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    z-index: 2;
    left: -65px;
    top: 0;
    background-image: url(/local/templates/kellerNew/i/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 12px 16px;
    background-position: center left 17px;
}

.prices__slider__navigation>.prev {
    left: auto;
    right: -65px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}