/**
 * 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-wrapper {
	clear:both;
	position: relative;
	margin: 0 0 15px 0;
	padding: 0;
	*zoom: 1;
}

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

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*border: 2px solid #51656f;*/
	/*left: -5px;*/
	background: #fff;
	padding:0;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-pager {
    bottom: -25px;
    position: absolute;
    width:100%;
}
.bx-pager a {
    background-color: #a7b1b6;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 10px;
    margin: 0 5px;
    position: relative;
    text-indent: -999em;
    width: 10px;
    z-index: 9;
}
.bx-pager a.active {
    background-color: #50646e;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

