#carousel {
    width:800px;
    height:300px;
    margin: 0 0 1em 2em;
    float: center;
    clear: left;
    border-style: solid;
    border-width: 1px;
    border-color: #126E7F;
}

#carousel div.easy_slides_caption {
    width:800px;
    height:1.5em;
    padding: 3px 0 0 3px;
    color: white;
    background: #126E7F;
    opacity:0.8;
    font-size: 10px;
/*
    width: WIDTH SET ABOVE;
    height: PREFERRED HEIGHT OF CAPTIONS;
    padding: PREFERRED PADDING;
    color: PREFERRED COLOR;
    font-family: PREFERRED FONT;
    font-size: PREFERRED FONT SIZE
*/
}

#carousel div.easy_slides_container {
    width: 400px;
    height: 180px;
}
