.bx-wrapper { position:relative; margin:0 auto; padding:0; *zoom: 1; }
.bx-wrapper img {}

/* PAGER */
.bx-wrapper .bx-pager {text-align: center;}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {display: inline-block;*zoom: 1;*display: inline; vertical-align:middle;}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a {position:absolute; outline:0; width:9px; height:14px; text-indent:-9999px; margin-top:5px;}
.bx-wrapper .bx-controls-direction a.disabled {display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {text-align: center; float:right; margin-left:10px;}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {float:left; width:calc(100% - 35); }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {position: absolute;bottom: 0;left: 0;background: #666; width: 100%; }
.bx-wrapper .bx-caption span {color:#fff; display:block; padding: 10px; }


