#BGContainer,
#BGContainer div {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#BGContainer div {
  height: 100%;
}

#BGContainer li {
  display: none;
}

#BGContainer a,
#BGContainer div.dots,
#BGContainer div.controls {
  display: inline-block;
  position: absolute;
  height: auto;
  z-index: 99;
  top: 50%;
  font-size: 100px;
}

#BGContainer div.dots,
#BGContainer div.controls {
  top: 80%;
  width: 100%;
  text-align: center;
}

#BGContainer div.controls {
  top: 20%;
}

#BGContainer div.dots a,
#BGContainer div.controls a {
  display: inline-block;
  margin: 10px;
  top: unset;
  position: relative;
  color: #fff;
  text-decoration: none;
}

#BGContainer div.dots.thumbnails a {
  width: 70px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#BGContainer div.dots a.selected {
  color: red;
}

#BGContainer a.prev {
  left: 0;
}

#BGContainer a.next {
  right: 0;
}