/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../img/bx_loader.gif) center center no-repeat;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-prev {
	position:absolute;
	top:140px;
	left:-15px;
	background:url(../img/prev.png) no-repeat left top;
	display:block;
	width:50px;
	height:49px;
	float:left;
	z-index: 9999;
}
.bx-prev:hover {
	background:url(../img/prev.png) no-repeat left bottom;
}


.bx-next {
	position:absolute;
	top:140px;
	right:-15px;
	background:url(../img/next.png) no-repeat left top;
	display:block;
	width:50px;
	height:49px;
	float:left;
	z-index: 9999;
}
.bx-next:hover {
	background:url(../img/next.png) no-repeat left bottom;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 80px;
	width: 46px;
	height: 74px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* IMAGE CAPTIONS */
.slider {position:relative;width:375px;height:352px;}
.bxslider {
	width: 375px;
	height:352px;
	float:left;
	overflow:hidden;
}
.bxslider li{
	width: 375px;
	height:352px;
	float:left;
	overflow:hidden;
}
.bx-wrapper {
	width: 375px;
	height:352px;
	float:left;
	overflow:hidden;
}
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 375px;
	height:352px;
}
.bx-window {
	width: 375px;
	height:352px;
	float:left;
	overflow:hidden;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}