@charset "UTF-8";

#foo2 {
  overflow: hidden;
  height: 232px !important;
  margin: 0 auto !important;
}
.caroufredsel_wrapper {
  height: 232px !important;
}
a.prev, a.next {
  background: url('../img/sitio/nav.png') no-repeat transparent;
  width: 15px;
  height: 28px;
  position: absolute;
  top: 47%;
}
a.prev {
  left: 30px;
  background-position: 0;
}
a.next {
  right: 30px;
  background-position: -15px;
}
a.prev:hover, a.next:hover {
  opacity: 0.6;
}
a.prev span, a.next span {
  display: none;
}

@media (max-width: 600px) {
  .caroufredsel_wrapper {
    height: 232px !important;
  }
  a.prev {
    left: 10px;
  }
  a.next {
    right: 10px;
  }
}