.background {
  border-bottom: 0 none;
  height: 100%;
  position: relative;
}
.background .background_slider_arrows {
  bottom: 50%;
}
.background .background_slider_prev,
.background .background_slider_next {
  top: 16px;
  background-color: #000;
  background-color: rgba(0,0,0,0.9);
}
.background .background_slider_prev:hover,
.background .background_slider_next:hover {
  background-color: #b59559;
  background-color: rgba(181,149,89,0.9);
}