﻿/*.container {
    background: #fff;
    text-align: center;
}*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    margin: auto;
}

#myCarousel {
    max-width: 650px;
    margin: 0 auto;
    background: #fff;
}

#thumbCarousel {
    max-width: 650px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

    #thumbCarousel .thumb {
        float: left;
        margin-right: 10px;
        border: 1px solid #e6e6e6;
        background: #fff;
    }

        #thumbCarousel .thumb:last-child {
            margin-right: 0;
        }

.thumb:hover {
    cursor: pointer;
}

.thumb img {
    opacity: 0.5;
}

    .thumb img:hover {
        opacity: 1;
    }

.thumb.active img {
    opacity: 1;
    border: 1px solid #808080;
}
