* { margin: 0; padding: 0; border: 0; }
.box {
	width: 100%;
	height:auto;    
}
.slider__item {
	background-size: cover;
	background-position: center;
}
.slider {
  position: relative;
  width: 100%;
  height: auto;
  margin-top:10px;
 
  overflow: hidden;
}
.slider__wrapper {
  height: 100%;
  max-height: 575px;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  cursor: pointer;
}
.slider__arrows-item--right {
  bottom: 49%;
  right: 5px;
  background:url(/img/site/srtela-2.png) no-repeat;
}
.slider__arrows-item--left {
  bottom: 49%;
  left: 5px;
  background:url(/img/site/srtela-1.png) no-repeat;
}
.slider__nav {
  position: absolute;
  bottom: 30px;
}
.slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}
.slider__nav-item--current {
  background: #ccc;
}
.slider__nav-item:hover {
  background: #ccc;
}

.img-slider {
    width:100%;
    height:100%;
}


.product .box {
	width: 100%;
	height:auto;    
}
.product .slider__item {
	background-size: cover;
	background-position: center;
}
.product .slider2 {
  position: relative;
  width: 100%;
  height: auto;
  margin-top:10px;
  overflow: hidden;
}
.product .slider__wrapper {
  height: 100%;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.product .slider__item {
  height: 100%;
  float: left;
  clear: none;
}
.product .slider__arrows-item {
  position: absolute;
  display: block;
  margin-bottom: -20px;
  padding: 20px;
  cursor: pointer;
}
.product .slider__arrows-item--right {
  bottom: 49%;
  right: 5px;
  background:url(/img/site/srtela-2.png) no-repeat;
}
.product .slider__arrows-item--left {
  bottom: 49%;
  left: 5px;
  background:url(/img/site/srtela-1.png) no-repeat;
}
.product .slider__nav {
  position: absolute;
  bottom: 30px;
}
.product .slider__nav-item {
  width: 12px;
  height: 12px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #fff;
}
.product .slider__nav-item--current {
  background: #ccc;
}
.product .slider__nav-item:hover {
  background: #ccc;
}
.slider-small-block {
    width:250px;
    height:150px;
    background:red;
    float:left;
    margin-left:5px;
    margin-top:5px;
}