#carousel {
  width: 649px;
  height: 247px;
  background: #000;
  position: relative;
  overflow: hidden;
}
#carousel-scroller {
  position: absolute;
  top: 0;
  left: 0;
  height: 247px;
}
#carousel-scroller img {
  position: absolute;
  top: 0;
  display: block;
  border: none;
}