/* PAGER */

.bx-pager {
  padding-top: 5px;
}

.bx-pager .bx-pager-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-pager.bx-default-pager a {
  background: #fac0d1;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: #fd7995;
}

/* PAGER LAYOUT */

.bx-pager {
  display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-prev {
  display: none;
}

.bx-next {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-controls-auto {
  display: none;
}




