.carousel {
    overflow: hidden;
}

.carousel .inner {

}

.carousel .middle {
    overflow: auto;
}

#example-2 {
    width: 480px;
    height: 70px;
}

#example-2 .middle {
    float: left;
    width: 440px;
    height: 85px;
}

#example-2 .inner img {
    float: left;
    margin-right: 8px;
}

#example-2 .carousel-control {
    float: left;
    width: 20px;
    height: 70px;
    text-align: center;
    text-decoration: none;
    font-size: 36px;
    line-height: 65px;
}

#example-2 a.next {
    float: right;
    color: #231B12;
}

#example-2 a.next:hover {
    color: #745C40;
}

#example-2 a.prev {
    color: #231B12;
}

#example-2 a.prev:hover {
    color: #745C40;
}

#example-2 a:hover {
    color: #000;
}

#tab-2 ul li {
    display: block;
    padding-bottom: 5px;
}