
.anywhere-slider .picture-slide a {
    display: block;
}
.anywhere-slider .picture-slide img {
    width: 100%;
	display: none;
}
.anywhere-slider .first-slide img {
    display: block;
}

.anywhere-slider .slick-arrow {
    position: absolute;
    top: 50%; z-index: 99;
    width: 34px; height: 34px;
    margin-top: -17px; font-size: 0;
    background-color: rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    box-shadow: inset 0 1px rgba(0,0,0,0.3);
    border: none; border-radius: 17px;
    transition: background-color 0.2s ease;
}
.anywhere-slider .slick-prev {
    left: 15px;
    background-image: url(images/arrow-left.png);
    background-position: 10px center;
}
.anywhere-slider .slick-next {
    right: 15px;
    background-image: url(images/arrow-right.png);
    background-position: 14px center;
}
.anywhere-slider .slick-arrow:hover {
    background-color: rgba(0,0,0,0.5);
}

.anywhere-slider .slick-dots {
    display: none !important;
}