/*!*
 * 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
 */
.slideshow-wrapper { width: 100%; margin: 0 auto; position: relative; padding:0; }
.slideshow-wrapper .slide { text-align: center; }

.bx-controls .bx-controls-direction { width: 100%; height: 28px; position: absolute; top: 50%; left: 0; margin: -14px 0 0; z-index: 99; }
.bx-controls .bx-controls-direction .bx-prev, .bx-controls .bx-controls-direction .bx-next { line-height: 0; display: inline-block; *display: inline; *zoom: 1; text-indent: -9999px; width: 28px; height: 28px; float: left; position: absolute; cursor: pointer; z-index: 99; }
.bx-controls .bx-controls-direction .bx-prev.bx-prev, .bx-controls .bx-controls-direction .bx-next.bx-prev { background: url(../img/slide/pager.png) 0 0; left: 8px; }
.bx-controls .bx-controls-direction .bx-prev.bx-next, .bx-controls .bx-controls-direction .bx-next.bx-next { background: url(../img/slide/pager.png) 0 -28px; right: 8px; }

.loadingWrap { width: 100%; height: 100%; background: #fff; position: absolute; top: 0; left: 0; margin: auto; z-index: 999; }
.loadingWrap img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; width: 32px; height: 32px; }