 
.iShow{
  width: 400px;
  height: 400px;
}
#iShow-img { width: 400px; height: 400px; }

.iSmall-img{
  width: 350px;
  height: 70px;
  margin-top: 10px;
  position: relative;
  left: 25px;
}
.iSmall-img .iIcon-left, .iSmall-img .iIcon-right{
  width: 12px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.iSmall-img .iIcon-left{
  transform: rotate(180deg)
}
.iSmall-img .iIcon-right{
  right: 0;
}
.iSmall-img .iIcon-left:hover, .iSmall-img .iIcon-right:hover{
  opacity: .5;
}
.iSmall-container{
  width: 310px;
  height: 70px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.iSmall-container div{
  width: 800%;
  position: relative;
}

.iSmall-container .iShow-iSmall-img{
  width: 70px;
  height: 70px;
  margin-right: 6px;
  cursor: pointer;
  float: left;
}
.iSmall-container .iShow-iSmall-img:last-of-type{
  margin-right: 0;
}
