/**
 * 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
 */

.bx-wrapper{position: relative; *zoom: 1; z-index: 3;}
.bx-wrapper img{max-width: 100%;}
.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto{width: 100%; position: absolute; left: 0; bottom: 32px;}
.bx-wrapper .bx-loading{min-height: 50px; width: 100%; height: 100%; background: url(../images/bx_loader.gif) no-repeat center center; position: absolute; left: 0; top: 0; z-index: 2000;}
.bx-wrapper .bx-pager{font-size: 0; text-align: center;}
.bx-wrapper .bx-pager .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item{display: inline-block; *display: inline; *zoom: 1; vertical-align: top;}
.bx-wrapper .bx-pager.bx-default-pager a{display: block; width: 10px; height: 10px; background: #fff; margin: 0 5px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; transition: all 0s;}
.bx-wrapper .bx-pager.bx-default-pager a.active{background: #c00;}
.bx-wrapper .bx-controls-direction a{width: 35px; height: 75px; font-size: 0; background: url(../images/controls.png) no-repeat 0 0; position: absolute; top: 50%; margin-top: -37px; -webkit-transition: all 0s; -moz-transition: all 0s; -ms-transition: all 0s; -o-transition: all 0s; transition: all 0s;}
.bx-wrapper .bx-controls-direction .bx-prev{left: 0; background-position: 0 0;}
.bx-wrapper .bx-controls-direction .bx-next{right: 0; background-position: -35px 0;}
.bx-wrapper .bx-controls-direction a:hover{filter: alpha(opacity: 80); -webkit-opacity: .8; -moz-opacity: .8; -ms-opacity: .8; -o-opacity: .8; opacity: .8;}
.bx-wrapper .bx-controls-direction a.disabled{display: none;}