/* Block manufacturer */
#manufacturersCarousel {
	position:relative;
  padding:0;
  margin-top:10px;
}
.manufacturersCarouselWrapper {overflow: hidden; padding:15px 75px}
#manufacturersCarousel ul {
  list-style:none;
}
#manufacturersCarousel ul li {
  border: 0 none;
  margin-left:0px;
  margin-right:0px;
	padding:0;
  float:left;
  width:100px;
  height:71px;
}
#manufacturersCarousel ul li a {display: block; margin-right:50px}
#manufacturersCarousel ul li img {
  height:71px;
  opacity:0.9;
  cursor: pointer;
  }
.no-touch #manufacturersCarousel ul li img:hover {
  opacity: 1;
}
#manufacturersCarousel .flexisel-nav {
 display: inline-block;
 width: 38px;
 height: 24px;
 text-align: center;
 line-height: 24px;
 font-size:15px;
 position: absolute;
 top:40px;
}
#manufacturersCarousel .flexisel-nav:hover {
  text-decoration: none;
  background: #ebebeb;
}
#manufacturersCarousel .manuf-flexisel-right {
  margin-right:20px;
  right:0;
  }
#manufacturersCarousel .manuf-flexisel-left {
  margin-left:20px;
  left:0
}
.widescreen #manufacturersCarousel .manuf-flexisel-right {
  margin-right:0px;
  }
.widescreen #manufacturersCarousel .manuf-flexisel-left {
  margin-left:0px;
}
#manufacturersCarousel .nbs-flexisel-inner {width: 900px;}