#carousel-wrapper {
    width: 334px;
    height: 278px;
    overflow: hidden;
    margin-top: 15px;
    float: right;
}

#carousel-content {
    width: 334px;
}

#carousel-content .slide {
    text-align: center;
    float: left;
    width: 330px;
    height: 269px;
    border: 2px solid white;
    padding-top: 5px;
}

#carousel-content h4{
    font-size: 12px;
    margin-top: 3px;
}
