.bx-wrapper {
	width:100%;
	height:auto;
	z-index:7000;
}

.bx-wrapper img{
	display: block;
	width:100%;
	padding:0;
	margin:0;
	border:none;
	height:auto;
}

.legende {
  width:auto;
  height:70px;
  padding:5px;
  color:white;
  background:#bcab93;
}
/** THEME
===================================*/

/* LOADER */

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

/* PAGER */

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 1em;
  background: url('../../template_egb/prev.png') no-repeat left top;
}
.bx-wrapper .bx-prev:hover {
  right: 1em;
  background: url('../../template_egb/prev2.png') no-repeat right top;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-next {
  right: 5em;
  background: url('../../template_egb/next.png') no-repeat right top;
}
.bx-wrapper .bx-next:hover {
  right: 5em;
  background: url('../../template_egb/next2.png') no-repeat right top;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 45%;
  margin-top: -16px;
  outline: 0;
  width: 50px;
  height: 61px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* Smartphones big */
@media screen and (max-device-width:1000px){

.bx-wrapper .bx-next {
  right: 1em;
  background: url('../../template_egb/next.png') no-repeat right top;
}
.bx-wrapper .bx-next:hover {
  right: 1em;
  background: url('../../template_egb/next2.png') no-repeat right top;
}
}