.swiper-container {
	width: 100%;
	height: 100%;
	/*
	padding:10px;
	text-align: center;
	*/
}

.swiper-button-prev , .swiper-button-next {
    color: #FFF;
    margin: 5px;
    padding: 4px 7px;
    background: #bbb;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
	background-image: none !important;
	opacity: 0.8;
	margin-top: -80px !important;
}
.swiper-button-prev:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #FFF;
    font-size: 3em;
    padding-right: 0;
    position: absolute;
    top: -10px;
    left: 5px;
}

.swiper-button-next:before {
    content: "\f105";
	font-family: FontAwesome;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #FFF;
    font-size: 3em;
    padding-right: 0;
    position: absolute;
    top: -10px;
    right: 5px;
}
.swiper-pagination {
	bottom: 5px  !important;
}

.swiper-pagination-bullet{
	width: 10px  !important;
    height: 10px  !important;
	
}
.swiper-pagination-bullet-active{
	/*background:#869791   !important;*/
}
/*
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
*/