#SwiperArea{
	width:100%;
	position: relative;
	height:400px;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	margin: 0 auto 0;
	padding: 0;
}
.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;#containcover
}
.gallery-top {
	height: 83%;
	width: 100%;
}
.gallery-thumbs {
	height: 17%;
	box-sizing: border-box;
	padding: 5px 0;
}
.gallery-thumbs .swiper-slide {
	height: 100%;
	opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 0.6;
	/*border-bottom:1px solid gray;*/
}

.swiper-button-prev,
.swiper-button-next {
  top: 40%;
  width: 37px;
  height: 44px;
  margin-top: -22px;
  background-size: 37px 54px;
  background-position: center;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E");
  left: 3px;
  right: auto;
}
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eeeeee'%2F%3E%3C%2Fsvg%3E");
  right: 3px;
  left: auto;
}
