#carousel-wrapper {
    width: 660px;
    height: 110px;
    overflow: hidden;
}

.carousel-control img {
  border:none;
}
#carousel-content {
    width: 2500px;
}
#carousel-content .slide {
    float: left;
    width: 660px;
    height: 110px;
}

#carousel-content .slide img {
  border:5px white solid;
}
