.caroufredsel_wrapper {
  width: auto !important;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  right: 0px !important;
  min-height: 223px;
}
.list_carousel {
  margin: 0 0px;
  position: relative;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  min-height: 223px;
  width: 50000px;
}
.list_carousel li {
  width: 176px;
  height: auto;
  padding: 0;
  margin: 6px 15px 6px 0;
  display: block;
  float: left;
  min-height: 223px;
}
.list_carousel li .title {
  text-align: center;
}
.list_carousel.responsive {
  width: auto;
  margin-left: 0;
}
.clearfix {
  float: none;
  clear: both;
}
.pager {
  float: left;
  width: 300px;
  text-align: center;
}
.pager a {
  margin: 0 5px;
  text-decoration: none;
}
.pager a.selected {
  text-decoration: underline;
}
.timer {
  background-color: #999999;
  height: 6px;
  width: 0;
}
.list_carousel .prev,
.list_carousel .next {
  position: absolute;
  display: none;
  height: 57px;
  width: 31px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: 60px;
  outline: none;
}
.list_carousel .prev {
  background: url(https://www.napravivrt.hr/hr/images/slider_b-l.png);
  top: 0;
  left: -36px;
  background-position: 0 0;
  z-index: 2;
}
.list_carousel .next {
  background: url(https://www.napravivrt.hr/hr/images/slider_b-r.png);
  top: 0;
  right: -36px;
  background-position: 0 0;
}
/*.list_carousel .prev:hover { background: url(images/arrows.png); background-position: 0 -60px; }
.list_carousel .next:hover { background: url(images/arrows.png); background-position: -50px -60px; }*/

@media (max-width: 1035px) {
  .list_carousel .next {
    display: none !important;
  }
  .list_carousel .prev {
    display: none !important;
  }
}
