
.mod-carousel {
    margin: 0 0 1em 0;
}

.mod-carousel-count {
    color: #005891;
    font-size: 1.083em;
    margin: 0 0 0.3em 0;
}

#carousel-photos,
#carousel-photos li {
    margin: 0;
    padding: 0;
    width: 734px;
    height: 200px;
    list-style: none;
    background: #000;
}

#carousel-photos {
    overflow: hidden;
}

#carousel-photos li {
    float: left;
}

#carousel-photos li .img-vert-centered {
    line-height: 200px;
    height: 200px;
    margin: 0;
    text-align: center;
}

#carousel-photos li .img-vert-centered img {
    vertical-align: middle;
}

#index ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#index ul li {
    padding: 0 5px;
    float: left;
}

#index ul li.active {
    color: red;
}

/* = Légende = */
.mod-carousel-legend-wrapper {
    padding: 1em 0;
    min-height: 100px;
}

.mod-carousel-legend-title {
    font-weight: bold;
    font-size: 1.333em;
    color: #202020;
    margin: 0 0 0.5em;
}

.mod-carousel-legend-text {
    color: #202020;
    margin: 0.5em 0 0.2em;
}

.mod-carousel-legend-more:link,
.mod-carousel-legend-more:visited {
    color: #005891;
    font-size: 1.083em;
}

#mod-carousel-legend {
    margin-right: 10px;
    margin-left: 10px;
}

/* = Miniatures = */
.mod-carousel-thumbs {
    border: 1px solid #b4b2b2;
    position: relative;
    min-height: 85px;
    background: #000;
}

#mod-carousel-prev,
#mod-carousel-next {
    position: absolute;
    top: 0;
    left: 0;
    width: 31px;
    height: 85px;
}

#mod-carousel-next {
    left: auto;
    right: 0;
}

.mod-carousel-thumbs .moodular_wrapper {
    margin-left: 31px;
}

.moodular_wrapper .legend {
    display: none;
}

#demo_thumbs {
    width: 666px;
    height: 85px;
    list-style: none;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

#demo_thumbs li {
    width: 125px;
    height: 85px;
    text-align: center;
    display: block;
    float: left;
    position: relative;
}

#demo_thumbs li img {
    margin: 0 auto;
    display: block;
    height: 85px;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity=60);
}

#demo_thumbs li.current {
    background: #131282;
}

#demo_thumbs li.current img {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

#demo_thumbs span {
    padding: 0.2em 0.4em;

    position: absolute;
    top: 0;
    right: 0;

    background: #000;
    color: #c5d682;
    font-weight: bold;
    font-size: 1.5em;

}