.ms-phone-template * {
  box-sizing: content-box;
}

.ms-phone-template .ms-phone-cont .ms-view {
  background: none;
}

.ms-phone-template .ms-phone-cont {
  max-width: 360px;
  position: relative;
  margin: 0 auto;
}

.ms-phone-template.ms-phone-land .ms-phone-cont {
  max-width: 666px;
}

.ms-phone-template.ms-phone-land .ms-lt-slider-cont {
  position: relative;
  padding: 0;
}

.ms-phone-template .ms-lt-slider-cont {
  position: relative;
  padding: 0;
  max-width: 360px;
}

.ms-phone-template .ms-phone-bg {
  max-width: 100%;
  position: absolute;
  left: 0;
}

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

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

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

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

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

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

.ms-phone-template.ms-phone-land .ms-bullets.ms-dir-h {
  bottom: -21%;
}

.ms-phone-template.ms-phone-land .ms-nav-next {
  right: -150px;
}

.ms-phone-template.ms-phone-land .ms-nav-prev {
  left: -150px;
}
