/**
 * 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 0px;
	padding: 0;
	height:100%;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
	max-height: none !Important;
}
.bx-controls{
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	position: absolute;
	z-index: 10;
	bottom: 110px;
}

.bx-pager-item{
	display: inline-block;
}

.bx-pager-link{
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
	background: #efefef;
	transform: skew(-20deg);
	-webkit-transform: skew(-20deg);
	color: #efefef;
}

.bx-pager-link.active{
	background: #aaa;
	color: #aaa;
}