#carousel-wrapper {
    width: 100%;
    height: 235px;
    overflow: hidden;
}
#carousel-content {
    width: 100%;
}
#carousel-content .slide {
    float: left;
    width: 100%;
    height: 235px;
}