/* =============================================================================
   BXSLIDER - FEATURE CAROUSEL
   ========================================================================== */

.bxslider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 636px;
	height: 315px;
}

#page-bxslider { margin: 15px 0 30px 0; }

.bxslider li {
    width: 636px;
    height: 315px;
    cursor: pointer;
}
.bxslider li:hover img { opacity: 0.9; }

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bx-wrapper .bx-viewport { }

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

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

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

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

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #a5a5a5;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #b50000; }

.bx-wrapper .bx-prev {
	background: url(images/controls.png) no-repeat 0 -32px;
	left: 20px;
}
.bx-wrapper .bx-next {
	background: url(images/controls.png) no-repeat -43px -32px;
	right: 20px;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next { opacity: 0.6; }
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover { opacity: 1.0; }
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

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

.bx-wrapper .bx-controls-auto { text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
    background: url(images/controls.png) -86px -11px no-repeat;
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
    background: url(images/controls.png) -86px -44px no-repeat;
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.feature-caption {
    background: #000\9;
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px;
    z-index: 60;
}
.feature-caption h2 {
    border-bottom: 1px solid #b50000;
    color: #faefd0;
    margin: 0 0 6px 0;
    padding: 0;
    width: 97%;
    display: block;
}
.feature-caption h2.noborder {
    border: none;
    margin: 0;
}
.feature-caption p {
    font-size: 14px;
    color: #fff;
    margin: 0;
    padding: 0 20px 0 0;
    display: block;
    width: 97%;
}
.feature-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
}
.feature-img img {
    max-width: 100%;
    height: auto;
}

.bx-wrapper .bx-caption {
    background: #000\9;
    background: rgba(0, 0, 0, 0.75);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 10px 15px 10px;
    font-size: 14px;
    color: #fff;
}

.bx-wrapper .bx-caption h1 {
    margin: -5px 0 !important;
    padding: 0 !important;
    color: #faefd0;
    border-bottom: 1px solid #b50000;
}