#fullscreenSlideshowContainer {
  background: #000;
}
#fullscreenSlideshowContainer .ui {
  position: absolute;
  z-index: 10;
}
#fs-prev,
#fs-next,
#fs-close {
  background: #000;
  color: white;
  cursor: pointer;
  width: 60px;
  height: 60px;
  line-height: 58px;
  font-size: 20px;
}
#fs-close {
  top: 50px;
  right: 50px;
}
#fs-prev,
#fs-next {
  top: 50%;
  margin-top: -30px;
}
#fs-prev {
  left: 50px;
}
#fs-next {
  right: 50px;
}
#fs-caption {
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0;
  display: none;
  color: #000;
  background: #fff;
  padding: 50px 20px;
}
#fs-caption p {
  display: inline-block;
  position: relative;
  width: 80%;
  text-align: center;
}
#fs-caption p strong {
  display: block;
  margin: 0 0 15px;
}
#fs-loader,
#fs-prev,
#fs-next,
#fs-close,
#fs-caption span {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
