.shows {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  border-radius: 7px
}

.shows img {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  /* display: block; */
  padding: 0px;
}

#show-img {
  width: 550px !important;
  height: 370px !important;
}

.small-img {
  width: 100%;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 0%;
  margin-left: 0px;
}

.small-img .icon-left,
.small-img .icon-right {
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 50px;
  bottom: 0;
  margin: auto 0;
  z-index: 0 !important;
}

.small-img .icon-left {
  transform: rotate(180deg);
  left: -30px;
}

.small-img .icon-right {
  right: -30px;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
  opacity: .5;
}

.small-container {
  width: 570px;
  height: 120px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0;
  z-index: 0 !important;
}

.small-container div {
  width: 800%;
  position: relative;
}

.small-container .show-small-img {
  width: 130px;
  height: 120px;
  margin-right: 10px;
  cursor: pointer;
  float: left; border: none;
}

.small-container .show-small-img:last-of-type {
  margin-right: 0;
}