/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/

/* LOADER */
.bx-wrapper .bx-loading {
  background: url('../img/common/bx_loader.gif') center center no-repeat #ffffff;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  background: url('../img/common/controls.png') no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
  background: url('../img/common/controls.png') no-repeat -43px -32px;
}
.bx-wrapper .bx-controls-auto .bx-start {
  background: url('../img/common/controls.png') -86px -11px no-repeat;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  background: url('../img/common/controls.png') -86px -44px no-repeat;
}
