
.picture-slide img {
    width: 100%;
}




.anywhere-slider {
    position: relative;
}
.anywhere-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 40px;
    height: 60px;
    margin-top: -30px;
    border: none;
    font-size: 0;
    opacity: 0.7;
}
.anywhere-slider .slick-arrow:hover {
	opacity: 1;
}
.anywhere-slider .slick-prev {
    left: 0;
    background: #fff url(images/slider-arrow-left.png) no-repeat center;
}
.anywhere-slider .slick-next {
    right: 0;
    background: #fff url(images/slider-arrow-right.png) no-repeat center;
}

.anywhere-slider .slick-dots {
    text-align: right;
    position: relative;
    z-index: 99;
    margin-top: -26px;
    padding: 0;
    right: 30px;
    font-size: 0;
}
.anywhere-slider .slick-dots li {
	display: inline-block;
    margin: 0 3px;
}
.anywhere-slider .slick-dots button {
	width: 10px;
    height: 10px;
    border-radius: 15px;
    border: none;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-size: 0;
}
.anywhere-slider .slick-active button {
	background: #1e528c;
}


