.infiniteCarousel {
  width: 760px;
  height:268px;
  padding:0 37px;
  position: relative;
  display:block;
}

.infiniteCarousel .wrapper {
  width: 760px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height:268px;
  overflow: auto;
  min-height: 10em;
  margin: 0px;
  position: absolute;
  top: 0;
}

.infiniteCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding-left: 8px;
  height:268px;
  width: 192px;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../assets/img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 97px;
  cursor: pointer;
}

.infiniteCarouselSeries .arrow {
  top: 45px;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}



.videosCarousel {
  width: 576px;
  height:268px;
  padding:0 37px;
  position: relative;
  display:block;
}

.videosCarousel .wrapper {
  width: 576px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  height:268px;
  overflow: auto;
  min-height: 10em;
  margin: 0px;
  position: absolute;
  top: 0;
}

.videosCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.videosCarousel ul li {
  display:block;
  float:left;
  padding-left: 8px;
  height:268px;
  width: 138px;
  text-align:center;
}

.videosCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(../assets/img/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 33px;
  cursor: pointer;
}

.videosCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.videosCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.videosCarousel .forward:hover {
  background-position: 0 -36px;
}

.videosCarousel .back:hover {
  background-position: 0 -108px;
}