/**
 * 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
===================================*/

body{margin: 0 auto ;

}

.bx-wrapper2 {
	width:100%;
	height: auto;
	margin: 0 auto 0px auto;
	padding: 0;
	text-align:center
}

.bx-wrapper2 {
  position: relative;
  margin: 0 auto 0px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}


#content {
	width:100%;
	margin: 0 auto ;
}


@media print, screen and (min-width:641px){
.bx-wrapper2{
	width:1200px;
	height:auto;
	position: relative;
	margin: 0 auto 0px;
	padding-bottom: 10px;
z-index: 2;
}

.bx-wrapper2 img {
	max-width: 100%;
	display: block;
	z-index:2
}}



/* LOADER */

.bx-wrapper2 .bx-loading {
	min-height: 50px;
	background: url(../design/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
}





/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper2 .bx-prev {
  left: -5px;
  background: url(../img/top/controls.png) no-repeat 0 -32px;
  position: relative;
  z-index:2;
}
.bx-wrapper2 .bx-prev:hover,
.bx-wrapper2 .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper2 .bx-next {
  right: -10px;
  background: url(../img/top/controls.png) no-repeat -43px -32px;
  position: relative;
  z-index:2;
}
.bx-wrapper2 .bx-next:hover,
.bx-wrappe2 .bx-next:focus {
  background-position: -43px 0;
}
.bx-wrapper2 .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  outline: 0;
  width: 48px;
  height: 70px;
  text-indent: -9999px;
  z-index: 0;
}
.bx-wrapper2 .bx-controls-direction a.disabled {
  display: none;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper2 .bx-prev {
	left: -50px;
	background: url(../img/controls2.png) no-repeat 0px 0px;
	
}

.bx-wrapper2 .bx-next {
	right: -60px;
	background: url(../img/controls2.png)no-repeat -43px 0;
	
}

.bx-wrapper2 .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper2 .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrappe2r .bx-controls-direction a {
	position: absolute;
	top: 50%;
	outline: 0;
	width: 33px;
	height: 33px;
	text-indent: -9999px;

}

.bx-wrapper2 .bx-controls-direction a.disabled {
	display: none;
}





/* AUTO CONTROLS (START / STOP) */

.bx-wrapper2 .bx-controls-auto {
	text-align: center;
}

.bx-wrapper2 .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	outline: 0;
	background: url(../img/controls2.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper2 .bx-controls-auto .bx-start:hover,
.bx-wrapper2 .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper2 .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 12px;
	outline: 0;
	background: url(../img/controls2.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper2 .bx-controls-auto .bx-stop:hover,
.bx-wrapper2 .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper2 .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper2 .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper2 .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper2 .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .5em;
	padding: 0px;
}


/* PAGER */


@media print, screen and (min-width:641px){
.bx-wrapper2 .bx-pager {
  text-align: center;
  font-size: .5em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 10px;
  z-index: 10;
}

.bx-wrapper2 .bx-pager {
    bottom: 10px;
  }

}


.bx-wrapper2 .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 2px;
  height: 2px;
  margin: 0 5px;
  outline: 0;
  border-radius: 2px;
  z-index: 10;
}
.bx-wrapper2 .bx-pager.bx-default-pager a:hover,
.bx-wrapper2 .bx-pager.bx-default-pager a.active,
.bx-wrapper2 .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper2 .bx-pager-item,
.bx-wrapper2 .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper2 .bx-pager-item {
  font-size: 0;
  line-height: 0;
}


.bx-wrapper2 .bx-pager {
  top:10px;
  bottom: 10px;
  }
  
.bx-wrapper2 .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 5px;
    padding: 3px;
  }
  
  .bx-wrapper2 .bx-pager a:hover,
  .bx-wrapper2 .bx-pager a.active {
   border: solid #5280DD 1px;
  }
  
  .bx-wrappe2r {
   margin-bottom: 0px;
  }

 
  .bx-wrapper2 .bx-pager a {
    border: solid #ccc 1px;
    display: block;
    margin: 0 2px;
    padding: 2px;
  }
  
  .bx-wrapper2 .bx-pager a:hover,
  .bx-wrapper2 .bx-pager a.active {
    border: solid #5280DD 1px;
  }
  



