@charset "utf-8";
/* CSS Document */

.container {
    position: relative;
    margin:0% auto 60px auto;
    max-width: 95%;

}
 
.swiper-container{
    text-align: center;
    cursor:auto;
}
.swiper-container:active{
    cursor: auto;
}
.swiper-container .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height:auto;
}
         
#thumbs {
    height: 10%;
    box-sizing: border-box;
    padding: 10px 0;
}
#thumbs .swiper-slide {
    width: 16%;
    height: auto;
    opacity: 0.3;
    cursor: pointer;
}
#thumbs .swiper-slide:active {
    cursor: pointer;
}
#thumbs .swiper-slide-active {
    opacity: 1;
}
         
 
.swiper-blind-left,
.swiper-blind-right {
    position: absolute;
    width: 11.6%;
    height: 100%;
    display: block;
    top: 0;
    background: rgba(255,255,255,.7);
    z-index: 5;
}
.swiper-blind-left {
    left: 0;
	    width: 11.58%;
}
.swiper-blind-right {
    right: 0;
}


@media (max-width: 600px) {
    .swiper-blind-left,.swiper-blind-right {
    display: none;
    }
}