.showbox {
  width: 450px;
  height: 450px;
  z-index: 1000;
}

.small-img {
  width: 450px;
  height: 90px;
  margin-top: 10px;
  position: relative;
  left: 0px;
}

.small-img .icon-left,
.small-img .icon-right {
  width: 25px;
  height: 90px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: #fff;
  border: 1px solid #ddd;
  display: block;
}

.small-img .arrow {
  border: solid black;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 8px;
}

.small-img .left {
  position: absolute;
  transform: rotate(135deg);
  top: 34px;
  left: 8px;
}

.small-img .right {
  position: absolute;
  top: 34px;
  right: 8px;
  transform: rotate(-45deg);
}

.small-img .icon-left {
  left: 0px;
}

.small-img .icon-right {
  right: 0;
}

.small-img .icon-left:hover,
.small-img .icon-right:hover {
  background-color: #EAEAEA;
}

.small-container {
  width: 410px;
  height: 90px;
  overflow: hidden;
  position: absolute;
  left: 8px;
  right: 0;
  margin: 0 auto;
}

.small-container div {
  width: 1000%;
  position: relative;
}

.small-container .show-small-img {
  width: 90px;
  height: 90px;
  margin-right: 14px;
  cursor: pointer;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.small-container .show-small-img img {
  width: 85px;
  height: auto;
}

.small-container .show-small-img:last-of-type {
  margin-right: 0;
}