.slider_wrapper > .swiper-container {
	width: 743px;
	height: 386px;
}

.slider-container > .swiper-container {
	width: 950px;
	height: 425px;
}

.pagination-main {
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 15;
	padding-left: 0;
	text-align: center;
}

.pagination-main span {
    display: inline-block;
    float: none;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    border:2px solid #fff;
    background: transparent;
}

.pagination-main span {
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    margin-right: 5px;
}

.pagination-main .swiper-active-switch {
    width: 12px;
    height: 12px;
    background-color: #fff;
}
