img {
  max-width: 100%;
}
.cycle-slideshow {
  z-index: 0;
  width: 100%;
  display: block;
  position: relative;
    margin-top: -30px;
}
.cycle-prev,
.cycle-next {
  font-size: 200%;
  color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 9999;
  cursor: pointer;
}
.cycle-prev {
  left: 10%;
}
.cycle-next {
  right: 10%;
}
.cycle-pager {
  width: 100%;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 9999;
  cursor: pointer;
}
.cycle-pager span {
  color: rgba(255,255,255,0);
  white-space: nowrap;
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 10px;
}
.cycle-pager-active {
  background: #fff;
}