.ms-display-template * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.ms-dis-slider-cont {
  position: relative;
  padding: 3.2% 8.5% 24%;
  max-width: 508px;
}

.ms-display-cont .ms-view {
  background-color: #17171a;
}

.ms-display-cont {
  max-width: 614px;
  position: relative;
  margin: 0 auto;
}

.ms-display-bg {
  max-width: 100%;
  position: absolute;
}

.ms-display-template .ms-nav-prev,
.ms-display-template .ms-nav-next {
  background: url(../img/skin.png) no-repeat -11px -9px;
  width: 35px;
  height: 40px;
  left: -80px;
  margin-top: -17px;
  position: absolute;
  top: 50%;
  cursor: pointer;
}

.ms-display-template .ms-nav-next {
  background-position: -59px -9px;
  right: -80px;
  left: auto;
}

.ms-display-template .ms-bullets.ms-dir-h {
  position: absolute;
  bottom: -50%;
  right: 50%;
  width: 100px;
}

.ms-display-template .ms-bullets.ms-dir-h .ms-bullets-count {
  position: relative;
  right: -50%;
}

.ms-display-template .ms-bullet {
  width: 10px;
  height: 10px;
  background: url(../img/skin.png) no-repeat -112px -25px;
  margin: 4px;
}

.ms-display-template .ms-bullet-selected {
  background-position: -143px -25px;
}
