
#brand-carousel {
    border-top: 1px solid #dddddd;
}
.carousel {
    margin-top: 30px; margin-bottom: 30px;
}
.carousel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.carousel ul li {
    float: left;
    margin: 0;
    min-width: 205px;
    text-align: center;
    width: 96%;
}
.carousel-inner {
    min-height: 90px;
    overflow: hidden;
    position: relative;
    width: 95%;
}
.carousel-btn {
    border-radius: 5px;
    color: #242424;
    display: inline-block;
    font-size: 100px;
    height: 100px;
    line-height:38px;
    margin-top: -120px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 120px;
    width: 24px;
}
.carousel a { text-decoration: none; }
.carousel .left { left: -30px; }
.carousel .right { right: 0; }

.publication_title {text-align:center;}
.publication_description {text-align:center;color:#000;}
.publication_title img {
    max-width: 100%;
    text-align: center;
    height: 28px;
    width:auto;
}

@media (min-width: 660px) {
    .carousel ul li {
        float: left;
        margin: 0 2%;
        min-width: 180px;
        width: 28%;
    }
    .carousel-inner {
        width: 100%;
    }
}
