@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:168px;
	width:880px;
	height:400px;
	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:184px;
  color:#666666;
  text-align:center;
  font-size:.85em;
  font-family:Arial;
  font-weight:bold;
  margin:147px auto 0 auto;
  z-index:9998;
}
.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:16px;
  height:16px;
  text-indent:-9999px;
  background:transparent url("./images/pager_off.png") left top no-repeat;
  margin:0 2px !important;
  padding:0 !important;
  outline:0;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background:transparent url("./images/pager_on.png") left top no-repeat;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left:20px;
	background:url('./images/prev_off.png') no-repeat 0 0;
	}
.bx-wrapper .bx-next {
	right:12px;
	background:url('./images/next_off.png') no-repeat 0 0;
	}
.bx-wrapper .bx-prev:hover {
	background:url('./images/prev_on.png') no-repeat 0 0;
	}
.bx-wrapper .bx-next:hover {
	background:url('./images/next_on.png') no-repeat 0 0;
	}
.bx-wrapper .bx-controls-direction a {
	position:absolute;
	top:50%;
	width:48px;
	height:49px;
	text-indent:-9999px;
	margin-top:-30px;
	outline:0;
	z-index:999;
	}
.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;
	}