.slider-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  /*background-color: #fff;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.slider {
  position: relative;
  width: 9999px;
}
.slider:before,
.slider:after {
  display: table;
  content: ' ';
}
.slider:after {
  clear: both;
}
.slider__item {
  position: relative;
  float: left;
  margin: 0;
  padding: 10px 10px 70px;
  height: 100%;
  overflow: hidden;
	text-align: center;
}
/*.slider__item .pro-img { 
	width:100%;
	float: left;
	overflow: hidden;
	padding: 0;
	position: relative;
}*/
.slider__item .productimg {
	width: 100%;
	height: 550px;
	outline: none;
	display: inline-block;
}
/*.slider__item img {
  display: block;
  max-width: 100%;
  height: auto;
}*/
.preview {
	display: inline-block;
    position: absolute;
    margin: 0;
    padding: 0;
    overflow: hidden;
	bottom: -25px;
	left: 0;
	z-index: 10;
	width: 100%;
	text-align: center;
}
.preview a {
    display: inline-block;
	width: 60px;
	height: 60px;
	padding: 0;
	margin: 3px;
	border: 1px solid #ededed;
	border-radius: 2px;
	overflow: hidden;
	background: #fff;
}
.preview a.active1 {
	border: 1px solid #444;
}
.preview .productimg {
	width: 100%;
	height: 58px;
	outline: none;
	display: inline-block;
	float: left;
}
.slider__switch span {
  color: #fff;
  display: block;
  width: 30px;
  height: 30px;
}
/* Arrows */
.slider__switch {
  position: absolute;
  top: 45%;
  margin-top: -20px;
  padding: 10px 1px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  border-radius: 1px;
/*  background: #fff;*/
  opacity: .4;
  transition: opacity .15s ease;
  fill: #333;
	z-index: 5;
}
.slider__switch--prev {
  left: 10px;
}
.slider__switch--next {
  right: 10px;
}

.slider__switch:hover {
  opacity: .85;
}
.slider__switch[disabled] {
  visibility: hidden;
  opacity: 0;
}
.slider__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 500px;
  padding: 10px;
  color: #fff;
  background: rgba(255, 255, 255, .5);
  box-shadow: 0 0 20px 10px rgba(255, 255, 255, .5);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99000000', endColorstr='#99000000'); /* ie8 */
}
.slider__caption[disabled] {
  opacity: 0;
  visibility: hidden;
}
.slider-nav {
  line-height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 99999;
  filter: alpha(opacity=90); /* ie8 */
}
.slider-nav__control {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  -webkit-transition: background .5s ease;
     -moz-transition: background .5s ease;
       -o-transition: background .5s ease;
          transition: background .5s ease;
  border: 2px solid #fff;
  border-radius: 50%;
  background: transparent;
}

.slider-nav__control.is-active {
  width: 12px;
  height: 12px;
  background: #fff;
}
.slider.has-touch {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor:    -moz-grabbing;
}
@media (min-width: 1201px) and (max-width: 1499px) {
.slider__item .productimg {height: 450px;}
}
@media (max-width: 1200px) {
.slider__item .productimg {height: 450px;}
}
@media (max-width: 991px) {
.slider__item .productimg {height: 400px;}
}
@media (max-width: 600px) {
.slider__item .productimg {height: 300px;}
.slider__item { padding: 10px 10px 35px;}
.preview a { display: inline-block;	width: 48px;height: 48px;padding: 0;margin: 0;}
.preview .productimg {height: 46px;}
/*.slider__switch { display: none;}*/
.slider__caption { display: none;}
}
@media (max-width: 480px) {
.slider__item .productimg {height: 250px;}
}