
.bx-wrapper {
  position: relative;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/* PAGER */
.bx-pager {
  position: absolute;
  text-align: center;
}
.bx-pager a {
  display: block;
  background: #666;
  text-indent: -9999px;
  width: 10px;
  height: 10px;
  outline: 0;
  border-radius: 50%;
}
.bx-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-controls-direction a {
  position: absolute;
  top: 50%;
  outline: 0;
  text-indent: -9999px;
  z-index: 100;
}
.bx-prev {
  left: 10px;
}
.bx-next {
  right: 10px;
}

