.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  margin: 0 0 0 -20px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 20px;
  margin: 0;
  display: block;
  float: left;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  bottom: -38px;
  display: block;
  font-weight: bold;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
  cursor: pointer;
  left: 50%;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 24px;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.caroufredsel_prev {
  background: url(../images/carousel_prev.png) 0 0 no-repeat;
  padding: 0 0 0 37px;
  margin-left: -111px;
}
.caroufredsel_prev:hover {
  background-position: left bottom;
}
.caroufredsel_next {
  background: url(../images/carousel_next.png) 100% 0 no-repeat;
  padding: 0 37px 0 0;
  margin-left: 31px;
}
.caroufredsel_next:hover {
  background-position: right bottom;
}
.caroufredsel_next:before {
  pointer-events: none;
  background: #64b3c8;
  width: 1px;
  height: 19px;
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -9px;
  left: -22px;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
