.swiper-gallery {
	max-width: 100%;
    width: 920px;
	margin: 30px auto;
}
.swiper-gallery-slider {
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}
.swiper-gallery-slider .swiper-slide {
	width: auto;
	height: 600px;
}
.swiper-gallery-slider .swiper-slide img {
	display: block;
	width: auto;
	height: 100%;
	margin: 0 auto;
}
.swiper-gallery-thumbs {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.swiper-gallery-thumbs .swiper-slide {
	width: 100px;
	height: 100px;
	text-align: center;
	overflow: hidden;
	opacity: 0.1;
}
.swiper-gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.swiper-gallery-thumbs .swiper-slide img {
	width: auto;
	height: 100%;
}
