
.videoCarousel {
  width: 510px;
  position: relative;
  margin:0 auto;
  height:100px;
}

.videoCarousel .wrapper {
  width: 425px; /* .videoCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  min-height: 10em;
  margin: 0 40px;
  position: absolute;
  top: 0;
}

.videoCarousel ul a img {

}

.videoCarousel .wrapper ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.videoCarousel ul li {
  display:block;
  float:left;
  padding: 10px;
  height: 85px;
  width: 125px;
}

.videoCarousel ul li a img {
  display:block;
}

.videoCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(/images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
}

.videoCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.videoCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.videoCarousel .forward:hover {
  background-position: 0 -36px;
}

.videoCarousel .back:hover {
  background-position: 0 -108px;
}
