.html_carousel {
}
.html_carousel div.slide {
        position: relative;
        height: 320px;
}
.html_carousel div.slide img {
        width: 100%;
        height: 100%;
}
.html_carousel div.slide div {
        background: url(/images/wordmark.png) no-repeat transparent;
        background-color: rgba(0, 0, 0, 0.7);
        width: 960px;
        height: 92px;
        position: absolute;
        bottom: 0;
        display: table;
}
.html_carousel div.slide p {
        color: white;
        font-size: 18px;
        font-weight: 200;
        font-family:"Helvetica Neue", Arial, sans-serif;
        display: table-cell;
        vertical-align: middle;
        padding-left: 390px;
        padding-top: 8px;
        letter-spacing: 1px;
}
.clearfix {
        float: none;
        clear: both;
}
.pagination {
        position: relative;
        top: -90px;
        left: 850px;
        width: 100px;
        text-align: center;
}
.pagination a {
        background: url(/images/miscellaneous_sprite.png) no-repeat transparent;
        width: 15px;
        height: 15px;
        margin: 0 5px 0 0;
        display: inline-block;
        z-index: 10;
}
.pagination a.selected {
        background: url(/images/selected_sprite.png) no-repeat transparent;
        cursor: default;
}
.pagination a span {
        display: none;
}
