@charset "utf-8";
/**
 * 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 {
	position:relative;
	top:156px;
	width:602px;
	height:532px;
	text-align:center;
	margin:0 auto;
	*zoom:1;
	}
.bx-wrapper img {
	margin:0;
	}

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

.bx-wrapper .bx-viewport {
	background:transparent;
	}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position:absolute;
	width:100%;
	}

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

/* PAGER */
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display:inline-block;
	*zoom:1;
	*display:inline;
	}
.bx-pager {
  position:relative;
  width:188px;
  color:#666666;
  text-align:center;
  font-size:.85em;
  font-family:Arial;
  font-weight:bold;
  margin:128px auto 0 auto;
  z-index:9999;
}
.bx-pager .bx-pager-item {
  display:inline-block;
  margin:0 !important;
  padding:0 !important;
  *zoom:1;
  *display:inline;
  z-index:9998;
}
.bx-pager.bx-default-pager a {
  display:block;
  width:12px;
  height:12px;
  text-indent:-9999px;
  background:#f8fcfb;
  border:solid 2px #00a273;
  border-radius:9px 9px 9px 9px / 9px 9px 9px 9px; 
  -moz-border-radius:9px 9px 9px 9px / 9px 9px 9px 9px; 
  -webkit-border-radius:9px 9px 9px 9px / 9px 9px 9px 9px; 
  -o-border-radius:9px 9px 9px 9px / 9px 9px 9px 9px; 
  -ms-border-radius:9px 9px 9px 9px / 9px 9px 9px 9px; 
  margin:0 2px !important;
  padding:0 !important;
  outline:0;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background:#00a273;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left:0;
	width:19px;
	height:43px;
	background:url('./images/prev_off.png') no-repeat 0 0;
	background-size:19px 43px;
	z-index:9999;
	}
.bx-wrapper .bx-next {
	right:0;
	width:19px;
	height:43px;
	background:url('./images/next_off.png') no-repeat 0 0;
	background-size:19px 43px;
	z-index:9999;
	}
.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	width:19px;
	height:43px;
	text-indent:-9999px;
	margin-top:-21px;
	outline:0;
	z-index:9999;
	}
.bx-wrapper .bx-controls-direction a.disabled {
	display:none;
	}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align:center;
	}
.bx-wrapper .bx-controls-auto .bx-start {
	display:block;
	width:10px;
	height:11px;
	text-indent:-9999px;
	background:url('./images/controls.png') -86px -11px no-repeat;
	margin:0 3px;
	outline:0;
	}
.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 {
	display:block;
	width:9px;
	height:11px;
	text-indent:-9999px;
	background:url('./images/controls.png') -86px -44px no-repeat;
	margin:0 3px;
	outline:0;
	}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position:-86px -33px;
	}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	width:80%;
	text-align:left
	}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right:0;
	width:35px;
	}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#666666\9;
	background:rgba(80, 80, 80, 0.75);
	}
.bx-wrapper .bx-caption span {
	display:block;
	color:#fff;
	font-family:Arial;
	font-size:.85em;
	padding:10px;
	}