.swiper-container {
	margin:0 0 10px 0;
}
.swiper-pagination {
	bottom:6px !important;
}
.swiper-pagination-bullet {
	width:5px;
	height:5px;
	margin:0 3px !important;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color:#fff;
	opacity:1;
	background: rgba(255,255,255,0.3);
}
.swiper-pagination-bullet-active {
	background: rgba(255,255,255,1);
}