@charset "UTF-8";
	
    .swiper-slide-next{
       opacity: 0.7;
     }
     .swiper-slide-prev{
       opacity: 0.7;
     }

	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		display: none;
	}

	.swiper-button-next,.swiper-button-prev {
		background-color: rgba(0,0,0,.5);
		border-radius: 4px;
		height: 45px;
		width: 45px;
		top: 45%;
		background-image: none;
	}
	
	.swiper-button-prev:after {
		border-right: 4px solid #fff;
		border-top: 4px solid #fff;
		bottom: 0;
		content: "";
		height: 16px;
		left: 5px;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate( 225deg );
		width: 16px;
	}
	
	.swiper-button-next:after {
		border-right: 4px solid #fff;
		border-top: 4px solid #fff;
		bottom: 0;
		content: "";
		height: 16px;
		left: -5px;
		margin: auto;
		position: absolute;
		right: 0;
		top: 0;
		transform: rotate( 45deg );
		width: 16px;
	}