/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


.bx-wrapper {
  position: relative;
  *zoom: 1;
}

.slide li {
  text-align: center;
}

.bx-pager { display: none; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(/character/img/controls.png) no-repeat 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(/character/img/controls.png) no-repeat -30px 0;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 -40px;
}

.bx-wrapper .bx-next:hover {
  background-position: -30px -40px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  bottom: 550px;
  margin-top: -16px;
  outline: 0;
  width: 30px;
  height: 40px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}


/* IMAGE CAPTIONS */