@charset "urf-8";

#slider-holder {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width:720px;
  height: 100%;
  max-height:500px;
  overflow: hidden;
  border-radius:20px;
  z-index: 10;
}

#slider-holder .slide {
  display: none;
  position: absolute;
  float: left;
  width: 100%;
  height: auto;
  max-height: 500px;
  border-radius:20px;
  font-size: 0px;
  z-index: 10;
}

.slide .slide-img {
  position: relative;
  margin: 0;
  width: 100%;
  min-width: 320px;
  max-width: 720px;
  border-radius:20px;
  height: auto;
  z-index: 10;
  max-height: 500px;
}

#slider-holder #btn-nav-holder {
  z-index: 20;
  position: absolute;
  /*bottom: 20px;*/
  top:10px;
  left: 20px;
}
