/**
 * 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
 */


/** RESET AND LAYOUT
===================================*/

.bx-next, .bx-prev {
  display:none !important;
}

.slide1 .bx-wrapper, .slide2 .bx-wrapper {
	position:relative;
	width:152px;
	height:216px;
	padding:0;
	zoom:1;
	z-index:0;
}

.slide3 .bx-wrapper, .slide4 .bx-wrapper, .slide5 .bx-wrapper {
	position:relative;
    width:216px;
	height:152px;
	zoom:1;
	z-index:0;
}

.bx-wrapper img {
	max-width:100%;
	display:block;
}

/* LOADER */

.slide1 .bx-wrapper .bx-loading, .slide2 .bx-wrapper .bx-loading {
	position:relative;
	min-height:214px;
	min-width:150px;
	background: url(http://www.wslmf.org/bx-slider/bx-loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:2000;
}

.slide3 .bx-wrapper .bx-loading, .slide4 .bx-wrapper .bx-loading, .slide5 .bx-wrapper .bx-loading {
	position:relative;
	min-height:150px;
	min-width:214px;
	background: url(http://www.wslmf.org/bx-slider/bx-loader.gif) center center no-repeat #fff;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:2000;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	background:#666\9;
	background:rgba(80, 80, 80, 0.75);
	width:100%;
}

.bx-wrapper .bx-caption span {
	color:#fff;
	font-family:Arial;
	display: block;
	font-size:14px;
	text-align:center;
}

/** RESET AND CLEARFIX
================================================**/

ul, li, section {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */

section {
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

.clearfix:after {
    content:"";
    display:table;
    clear:both;
}

/** TYPOGRAPHY
================================================**/

a {
	color:#5280dd;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

h4 {
	margin-bottom:5px;
	text-align:center;
}