
.show-item{
  width: 100%;
  height: 400px;
}
#show-img { width: 400px; height: 400px; }
.small-img{
  width: 100%;
  height: 70px;
  margin-top: 10px;
  position: relative;
  /* left: 25px; */
  transition: 1s;
}
.small-img .icon-left, .small-img .icon-right{
  width: 12px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  top: 0;
  /* vertical-align: middle; */
  /* display: contents; */
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  padding: 5px 0px;
}
.small-img .icon-left{
  transform: rotate(180deg);
  left: 0px;
}
.small-img .icon-right{
  right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
  opacity: .5;
}
.small-container{
  width: 70%;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* padding: 0px 30px; */
}
.small-container div{
  width: 800%;
  position: relative;
  transition: 1s;
}

.small-container .show-small-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
  transition: .5s;
}
.small-container .show-small-img:last-of-type{
  margin-right: 0;
}
.slider-zoom{margin-bottom:30px;direction: ltr;}

.btn-zoom{
	background-color: #333;
    border-radius: 5px;
    color: #fff;
    width: 25px !important;
    text-align: center;
}

.lightbox-hidden{
display:none;
}