.bx-wrapper .bx-viewport {
  box-shadow: none;
  border: none;
  left: 0;
  margin-top: 20px;
  background: transparent;
}
.bx-wrapper {
  margin-bottom: 0;
}
.bx-wrapper .bx-pager {
  display: none;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  outline: 0;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-prev {
  left: -45px;
  background: url(../img/prev_scrol.png) no-repeat 0 0;
}
.bx-wrapper .bx-next {
  right: -45px;
  background: url(../img/next_scrol.png) no-repeat 0 0;
}
