.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align:center;
}
.bx-wrapper img {
  max-width: 100%;
  /*height:580px;*/
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}

/* PAGER */
.bx-controls{
	float:left;
	width:100%;
	text-align:center;
	position:absolute;
	top:50%;
}
.bx-controls .bx-controls-direction{
	width:1000px;
	display:inline-block;
	position:relative;
}
.bx-wrapper .bx-pager {
	width:100%;
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
  display:none;
}
.bx-default-pager .bx-pager-item{
	display:inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../images/circle_prev.png) no-repeat;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 10px;
  background: url(../images/circle_next.png) no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9;
}
.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;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

@media only screen and (max-width:1060px) {
.bx-controls .bx-controls-direction{
	width:96%;
	margin:0 2%;
}
}
@media only screen and (max-width:480px){
.bx-wrapper .bx-controls-direction a{
	width:22px;
	height:22px;
}
.bx-wrapper .bx-next, .bx-wrapper .bx-prev{
	background-size:100%;
}
}