.hc-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.hc-slide ul {
  position: relative;
  height: 100%;
  width: 100%;
}
.hc-slide ul li {
  display: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: left;
}
.hc-slide .hc-slide__arrow {
  position: absolute;
  width: 25px;
  height: 50px;
  text-align: center;
  top: 50%;
  margin-top: -25px;
  background: #a5a5a5;
  background: rgba(0, 0, 0, 0.2);
}
.hc-slide .hc-slide__arrow span {
  margin: 5px 0;
}
.hc-slide .hc-slide__arrow--left {
  left: 0;
}
.hc-slide .hc-slide__arrow--right {
  right: 0;
}
.hc-slide .hc-slide__navigation {
  position: absolute;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  bottom: 20px;
  font-size: 0;
}
.hc-slide .hc-slide__navigation span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #a5a5a5;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  margin: 0 5px;
  cursor: pointer;
}
.hc-slide .hc-slide__navigation span.hc-current {
  cursor: default;
  background: #fff;
}