﻿
.carousel-wrapper {
    /*background-color: rgb(234,239,228);*/
}
.carousel-image-wrapper {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.carousel-wrapper {
    background-color:#ececec;
}
@media (min-width: 960px)
{
    .carousel-image-wrapper {
        width: 960px;
    }
}

.carousel-image img {
    width: 960px;
}

.carousel-image {
    width:960px;
    z-index:8;
    opacity:0.0;
}
@media (max-width: 960px)
{
    .carousel-image,
    .carousel-image img {
        width: 100%;
        height: auto;
    }
}

.carousel-image.active {
    z-index:10;
    opacity:1.0;
}

.carousel-image.last-active {
    z-index:9;
}


.carousel-dot-wrapper {
    width: 960px;
    height: 30px;
    margin: 0 auto;
    text-align:center;
    /*background-color:white;*/
}

.carousel-image:not(:first-child) {
    display: none;
}

@media (max-width: 960px)
{
    .carousel-dot-wrapper {
        width: 100%;
    }
}
.carousel-dot {
    width: 10px;
    margin: 0 5px;
}