@charset "UTF-8";
#slider-container{
  height: auto;
  width: 80%;
  margin:auto;
  margin-bottom: 100px;
}
.swiper-main .swiper-wrapper{
  height:auto;
}
/* limit slider images to slider size */
.swiper-slide img{
  margin: auto;
  display: block;
  max-height: 100%;
  max-width:100%;
}
/* (main) slider size */
.swiper-container{
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  background-size: cover;
  background-position: center;
}
.swiper-top {
  height: 80%;
  width: 100%;
}
/* nav slider size */
.swiper-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-thumbs .swiper-wrapper{
/*  overflow-y: scroll;*/
	right: 40%;
}
.swiper-thumbs .swiper-slide {
  width: auto;
  height: 100%;
  opacity: 0.4;
/*	margin-left: 5px;*/
}
.swiper-thumbs .swiper-slide-active {
  opacity: 1;
}
