    #carousel_images_container {
        height:340px;
        width:580px;
        margin-bottom:10px;
        position:relative;
    }
    #carousel_container {
        width:580px;
        height:410px;
        background-color:lightgrey;
        position:relative;
        margin:10px 0;
    }
    #carousel_preview_container {
        height:50px;
        margin:0;
        padding:0;
        float:left;
    }
    div.carousel_image {
        display:none;
        position:absolute;
        top:0;
        left:0;
    }
    span.carousel_headline {
        background-color:rgba(255,255,255,0.8);
        position:absolute;
        left:0;
        bottom:0.5em;
    }
    div.carousel_preview_image {
        opacity:0.6;
        width:85px;
        height:50px;
        float:left;
        margin-right:10px;
    }
    div.carousel_preview_image:first-of-type {
        margin-left:10px;
    }
    div.carousel_preview_image:hover {
        opacity:1!important;
    }
    .preview {
        width:85px;
    }
    .top-story-head {
        position: absolute;
        bottom: 0.5em;
        left:0em;
        background: #000000;
        background: rgba(255, 255, 255, 0.8);
        padding: 2px 5px;
        font-family: Georgia, serif;
        font-size: 1.5em;
    }