html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #000;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#000;
        margin: 0;
        padding: 0;
    }
    .swiper-container {
        width: 100%;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        width:97%;
    }

    .gallery-thumbs {
        height: 100%;
	    box-sizing: border-box;
	    padding: 0px 0;
	    position: absolute;
	    top: 0% left:0;
    }
    .gallery-thumbs .swiper-slide {
        width: 25%;
        height: 100%;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    .swiper-sours{
    	width: 80%;
    	overflow: hidden;
    	margin: 0 auto;
    	height: 70px;
    	position: absolute;
    	top: 90%;
    	left: 10%;
    }
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 70px;
    margin-top: -35px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("../img/left.png");

    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("../img/right.png");

}

.pic_cont{    position: relative;     margin-top: 10px;}
.my_small_pic_cont{  position: absolute; width: 84%; height: 100px;overflow: hidden; left: 7%;}
.pos_sPic_cont{ width: 100000px; position: absolute; top: 0px; left: 0px; height: 92%; }
.pos_sPic_cont img{ float: left; margin-left: 10px;  width: 5%;}
.pos_sPic_cont img:first-child{margin-left: 0; }
.swiper-next{width: 4%;right:3%;top: 0%;position: absolute;background: url(../img/right.png) no-repeat center #f27300;background-size: 100%;}
.swiper-prev{width: 4%;left: 0%;top: 0%;position: absolute;background: url(../img/left.png) no-repeat center #f27300;background-size: 100%;}
