.caroufredsel_wrapper {
  /*width:850px !important;*/
  width: auto !important;
  margin-bottom: 20px !important;
  margin-left: 0px !important;
  right: 0px !important;
}
.list_carousel {
  margin: 0 0px;
  position: relative;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  /*font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #eee;
	border: 5px solid #999;*/
  width: 164px;
  height: 164px;
  padding: 0;
  margin: 6px 15px 6px 0;
  display: block;
  float: left;
}
.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: block;
  height: 50px;
  width: 25px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  margin-top: 60px;
  outline: none;
}
.list_carousel .prev {
  background: url(images/arrows.png);
  top: 0;
  left: 10px;
  background-position: 0 0;
  z-index: 2;
}
.list_carousel .next {
  background: url(images/arrows.png);
  top: 0;
  right: 10px;
  background-position: -50px 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;
  }
}
