.swiper-container {
	width: 100%;
	background: #000;
	height: 320px;
	color: #fff;
	text-align: center;
	max-height: 320px;
}

.swiper-container .swiper-slide {
	height: 100%;
	opacity: 0.4;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.swiper-container .swiper-slide-active {
	opacity: 1;
}

.swiper-container .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
}

.swiper-container .swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 8px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-container .swiper-visible-switch {
	background: #aaa;
}

.swiper-container .swiper-active-switch {
	background: #fff;
}