.slider {
  position: relative;
}
#carousel {
  width: 100% !important;
}
/*.caroufredsel_wrapper {
  height: auto !important; 
}*/

#arrow-prev, 
#arrow-next {
  position: absolute;
  top: 45%;
  z-index: 999;
  width: 25px;
  height: 60px;
  cursor: pointer;
  margin:0 20px;
  transition: opacity .3s linear;
  /* background-color: rgba(254, 127, 36, 1);*/
}

#arrow-prev:hover, 
#arrow-next:hover {
  opacity: .5;
}

#arrow-prev {
  left: 0px;
  background-image: url(../img/arrow_left.png);
}

#arrow-next {
  right: 0px;
  background-image: url(../img/arrow_right.png);
}