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


/** RESET AND LAYOUT
===================================*/

.bx-wrapper { position: relative; width:100%;}
.bx-wrapper img { display: block;}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {}
.bx-wrapper .bx-controls-auto { text-align: center; position:absolute; left:-108px; top:28px;  }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-controls-direction a { text-indent: -9999px; z-index: 9999;}
