/* ===============================================================
Pagination Styles
================================================================*/
.pagination {text-align: center;height:56px;overflow:hidden;}
.swiper-pagination-switch {
display: inline-block;
width: 100px;
height: 56px;
margin: 0 3px;
cursor: pointer;
opacity: 0.4;
background-size: 100px 56px;

}
.swiper-active-switch {
	opacity: 1;
	
}
.swiper-visible-switch {
	/* Specific visible button style: */	
	
}


