/**
 * 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; */
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

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

===================================*/



/* .bx-wrapper
==============================*/
.relative-items-slide4 ul li a {
    width: 100%;
}
.bx-wrapper img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 640px) {
	.bx-wrapper img {
	    margin: 0 auto;
	    max-width: 84.375%;
	}
	.relative-items-slide4 ul li a {
	    width: 100%;
	}
	.relative-items-slide4 ul li span {
	    width: auto;
	}
}