#foxtrot-carousel {
    margin-top: 30px;
}

.swiper-container, .carousel, swiper-slide {

    width: 100%;
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:5px;
    width: 100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #999;
    box-shadow: 0 1px 2px #555 inset;
    margin: 0 3px;
    cursor: pointer;
}

.swiper-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0.3em 1em ;

    border-top: 1px solid #444;

    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);

    background: -moz-linear-gradient(top,  rgba(76,76,76,0.75) 0%, rgba(33,33,33,0.81) 25%, rgba(19,19,19,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,0.75)), color-stop(25%,rgba(33,33,33,0.81)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,0.75) 0%,rgba(33,33,33,0.81) 25%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(76,76,76,0.75) 0%,rgba(33,33,33,0.81) 25%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(76,76,76,0.75) 0%,rgba(33,33,33,0.81) 25%,rgba(19,19,19,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(76,76,76,0.75) 0%,rgba(33,33,33,0.81) 25%,rgba(19,19,19,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.swiper-overlay .slide-title {
    font-weight: bold;
    margin: 0;
    font-size: 1.2em;
}
.swiper-overlay p{
    margin-bottom: 1.3em;
    font-size: 1em;
}
.swiper-overlay p:last-child{
    margin-bottom: 0.5em;
}
.swiper-slide{
    position: relative;
}
.carousel-pagination .carousel-page{
    padding: 5px;
    margin: 5px 5px 0 0;
    border: 1px solid #999;
    width: 60px;
    height: 40px;
}
