.swiper-container {
	margin-top: 2px;
	width: 100%;
	height: auto;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-container .pagination {
	position: absolute;
	z-index: 20;
	left: 10px;
	bottom: 10px;
	width: 100%;
	text-align: center;
	font-family: Arial;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 80px;
	height: 3px;
	border-radius: 0px;
	background: white;
	margin-right: 5px;
	opacity: 1;
	border: 1px solid white;
	cursor: pointer;
}

.swiper-visible-switch {
  background-color: white;
}

.swiper-active-switch {
  background-color: #1c94c4;
}