.pictureslider {
  text-align: center;
  /* max-width: 1245px !important; */
  margin: 0 auto 0px !important;
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  min-height:110px;
}
.pictureslider .slider-box {
  width: 100%;
  /*
    width: 700px;
    height: 300px;
    */
}
.pictureslider .slider-box .s {
  position: relative;
  width: auto;
  height: auto;
}
.pictureslider .slider-box,
.pictureslider .slider-box img,
.pictureslider .slider-box .s {
  border-radius: 0 !important;
}
/*.pictureslider .slider-box img {
    height: 100%;
}*/
.pictureslider img {
  width: 100%;
  height: auto;
  /* width:100%; */
}
.pictureslider .s-info {
  /* display:none; */
  top: 20%;
  margin-top: -5%;
  width: 40%;
  text-align: left;
  background: transparent;
  /* по центру
    left:50%;
    margin-left: -35%;
    */
  /* left:55%; */
  right: 40px;
  left: inherit;
  /* снизу
    bottom:0;top:inherit;
    */
}
.pictureslider .s-info .s-title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
}
.pictureslider #pager {
  width: 100%;
  text-align: center;
  left: 0;
  /* сверху
    top:20px;bottom:inherit;
    */
  /* справа
    right:20px;left:inherit;
    */
}
.pictureslider #pager a {
  background: transparent;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
}
.pictureslider #pager a.selected {
  background: #ffb131;
  /* var secondary */
  border: 2px solid #ffb131;
  /* var secondary */
}
.pictureslider #pager a span {
  display: none;
}
