.pc-slide {
	width: 100%;
	margin: 0 auto;
}

.view .swiper-container {
	width: auto;
	max-height: 306px;
}

.swiper-slide-active {
    height: auto!important;
}
.view .arrow-left {
	background: url(/zb_users/theme/Moments/imagesa/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.view .arrow-right {
	background: url(/zb_users/theme/Moments/imagesa/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.preview {
	width: 100%;
	margin-top: 10px;
	position: relative;
}
.view {
    margin-right: 0;
    width: 100%;
}
.preview .swiper-container {
	width: 100%;
	height: 82px;
	
    overflow: hidden;
}

.preview .swiper-slide {
	width: 87px;
	height: 82px;
	/*margin-right: 5px;*/
	width: auto;
    text-align: center;
}

.preview .slide6 {
	width: 82px;
}
/* 
.preview .arrow-left {
	background: url(feel3.png.svg) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	width: 29px;
	height: 38px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(feel4.png.svg) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	width: 29px;
	height: 38px;
	z-index: 10;
}
*/
.preview img {
	padding: 1px;
	width: auto;
	margin-right: 5px;
	height: 80px!important;
}

.preview .active-nav img {
	padding: 0;
	border: 1px solid #5298ff;
}
.swiper-slideimg a{
	display: block;
    /* width: 100%; */
    text-align: center;
}
.swiper-slideimg img{
	width: auto;
	height: 100%;
    /* max-height: 426px;*/
    max-height: 300px;
    cursor: zoom-in;
}
@media screen and (max-width: 850px){
.view .swiper-container {
	width: 100%;
	max-height:200px;
}
.swiper-slideimg img{
	width: auto;
	height: 100%;
    max-height: 200px;
}
}
.swiper-container2 {
    width: 100%;
}

.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
	/* Specify Swiper's Size: */

	/*width:200px;
	height: 100px;*/
}
.swiper-slide {
	/* Specify Slides's Size: */
	
	/*width: 100%;
	height: 100%;*/
}
.swiper-slide-active {
	/* Specific active slide styling: */
	
}
.swiper-slide-visible {
	/* Specific visible slide styling: */	

}
/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
	/* Stylize pagination button: */	

}
.swiper-active-switch {
	/* Specific active button style: */	
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}