/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	display: block;
	margin: 0 auto !important;
	padding: 0;
	*zoom: 1;
}

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

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

.bx-wrapper .bx-viewport {
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../images/bx_loader.gif) center center no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;

	top: 50%;
	outline: 0;
	width: 20px;
	height: 45px;
	color: #969696;
	margin-top: -23px;
	text-indent: -9999px;
	z-index: 9;
	text-decoration: none;
}
.bx-wrapper .bx-controls-direction a:before{ font: normal normal normal 40px/1 FontAwesome; line-height: 45px; display: block; position: absolute; top: -3px; right: 0px; left: 0px; text-indent: 0px; }


.bx-wrapper .bx-prev { left: -40px; }
.bx-wrapper .bx-next { right: -40px; }

.bx-wrapper .bx-controls-direction a.bx-prev:before{ content: "\f104"; }
.bx-wrapper .bx-controls-direction a.bx-next:before{ content: "\f105"; }

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

.bx-wrapper .bx-controls-direction a:hover {
	color: #158d45;
}

/* Inner Page */
#full-body .specials .bx-wrapper .bx-controls-direction a{ top: -64px; margin: 0px; }
#full-body .specials .bx-wrapper .bx-prev { left: auto; right: 30px; }
