.top_carousel .mod_caroufredsel{
  overflow: hidden;
}
.list_carousel {
  padding: 0;
  width: auto;
  position: relative;
  width: auto;
}
.top_carousel .list_carousel {
  margin-right: -36px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel li {
  display: block;
  float: left;
  min-width: 50px;
  margin: 0;
}
.top_carousel .list_carousel li {
  margin-right: 36px;
}
.clients .list_carousel li{
  text-align: center;
  border-left: 1px dotted #899aa3;
  margin-left: -1px;
  padding: 0 5px;
}
.clients .mod_caroufredsel{
  padding: 0 20px;
}
.clearfix {
  float: none;
  clear: both;
}

/*Navigation*/

.caroufredsel_prev,
.caroufredsel_next{
  position: absolute;
  display: block;
  height: 16px;
  width: 11px;
  background: url(../images/carousel_btns.png);
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
}

.caroufredsel_next{
  background-position: right top;
}
.caroufredsel_prev:hover{
  background-position: left bottom;
}
.caroufredsel_next:hover{
  background-position: right bottom;
}

.top_carousel .caroufredsel_prev{
  top: 0px;
  right:54px;
}

.top_carousel .caroufredsel_next{
  right:37px;
  top: 0px;
}

.clients .caroufredsel_prev{
  left: -20px;
  top: 50%;
  margin-top: -8px;
}
.clients .caroufredsel_next{
  right: -20px;
  top: 50%;
  margin-top: -8px;
}

/*Pagination*/

.caroufredsel_pagination{
  text-align: center;
}

.caroufredsel_pagination a{
  display: inline-block;
  padding: 0 0.5em;
}
