
.slider-wrapper {
	position: relative;
	margin: 0 0 20px;
}
.anywhere-slider {
    position: relative;
    background: #fff url('images/loading.gif') center no-repeat;
}
.anywhere-slider .slick-track {
    background-color: #fff;
}
.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 .html-slide {
	display: none;
}
.anywhere-slider .first-slide,
.slick-initialized .html-slide {
    display: block;
}

/* NAVIGATION */

.anywhere-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 28px;
    height: 77px;
    margin-top: -38px;
    border: none;
    font-size: 0;
}
.anywhere-slider .slick-prev {
	left: 0;
	background: url('images/arrow-left.png') top no-repeat;
}
.anywhere-slider .slick-next {
	right: 0;
	background: url('images/arrow-right.png') top no-repeat;
}
.anywhere-slider .slick-arrow:hover {
	background-position: bottom;
}
.anywhere-slider .slick-dots {
    display: none !important; /*disabled*/
    position: absolute;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    font-size: 0;
}
.anywhere-slider .slick-dots li {
    display: inline-block;
    margin: 0;
}
.anywhere-slider .slick-dots button {
    width: 21px;
    height: 21px;
	border: none;
    background: url('images/bullets.png') top no-repeat;
    font-size: 0;
}
.anywhere-slider .slick-active button {
    background-position: bottom;
}