.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 -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  padding: 0 0 0 36px;
  margin: 0;
  display: block;
  float: left;
}
.clearfix {
  float: none;
  clear: both;
}
/*Navigation*/
.caroufredsel_prev,
.caroufredsel_next {
  position: absolute;
  top: -50px;
  display: block;
  width: 67px;
  height: 23px;
  background: #f9f9f9;
  text-align: center;
  cursor: pointer;
}
.caroufredsel_prev:hover,
.caroufredsel_next:hover {
  background: #f52929;
}
.caroufredsel_prev span,
.caroufredsel_next span {
  position: absolute;
  background: url(../images/carousel_btns.png) left bottom;
  height: 9px;
  width: 5px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: 9999px;
  top: 7px;
  left: 31px;
}
.caroufredsel_prev {
  right: 78px;
}
.caroufredsel_prev:hover span {
  background-position: left top;
}
.caroufredsel_next {
  right: 0;
}
.caroufredsel_next span {
  background-position: right bottom;
}
.caroufredsel_next:hover span {
  background-position: right top;
}
/*Pagination*/
.caroufredsel_pagination {
  text-align: center;
}
.caroufredsel_pagination a {
  display: inline-block;
  padding: 0 0.5em;
}
