.triplei-slideshow {
  margin: 1em 0 3em 0;
  overflow: hidden;
  position: relative;
}
.triplei-slideshow button {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: transparent;
  border: none;
  height: 5em;
  width: 2em;
  font-size: 3rem;
  color: rgba(79, 191, 237, 0.5);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  z-index: 999;
}
.triplei-slideshow button:hover {
  color: #4fbfed;
}
.triplei-slideshow button.prev {
  left: 0;
}
.triplei-slideshow button.next {
  right: 0;
}
.triplei-slideshow .cycle-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  position: absolute;
  bottom: -2.5em;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.triplei-slideshow .cycle-pager span {
  font-family: arial;
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #ccc;
  cursor: pointer;
}
.triplei-slideshow .cycle-pager span.cycle-pager-active {
  color: #555;
}
.triplei-slideshow .cycle-pager > * {
  cursor: pointer;
}
