div.slides{
	width:100%;
	height:1px;
	position:relative
}
div.main_slides{
	width:100%;
	margin:0 auto;
	float:left;
	overflow:hidden;
	height:100%
}
div.slides_container{
	height:100%
}
div.slide{
	height:100%;
	overflow:hidden;
	float:left
}
div.slide img{
	max-width:100%;
	width:100%
}
.pagination{
	position:absolute;
	z-index:1;
	top:5%;
	right:5%
}
.pagination .swiper-pagination-switch{
	background:none repeat scroll 0 0 #fff;
	border-radius:1em 1em 1em 1em;
	box-shadow:0 .1em .2em #555 inset;
	display:inline-block;height:.6em;
	margin:0 .2em;
	width:.6em
}
.pagination .swiper-active-switch{
	background:none repeat scroll 0 0 #f36
}