	.swiper-button-next, .swiper-button-prev{
		color: #ffffff; 
	}

	.swiper-pagination-bullet-active{
		background: #ffffff; 
	}

	.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
		width: 50%; 
		right: 0; 
		left: 50%; 
		bottom: 16px; 
	}

	.swiper-pagination-label{
		position: absolute; 
		width: 100%; 
		bottom: 15px; 
		left: 0; 
		font-size: 14px; 
		color: #696969; 
		font-weight: 500; 
		font-style: italic; 
		padding-left:10px; 
		text-align:center;


	}