.carousel {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    width: 965px;
    border: 0px solid #d1d1d1;
    -moz-border-radius: 0px;
}

.carousel-box {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 965px;
    height: 250px;
    z-index:103;
}


.carousel-images {
    position: absolute;
    width: 10000px;
    height: 250px;
}

.carousel-images img {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
}

.carousel-controls {
    position: relative;
    margin: 0.2em 0 0 0;
    text-align: center;
    width: 100%;
    z-index:103;
}

.carousel-controls .prev {
    position: absolute;
    top: 0px;
    left: 20px;
	color:#5a4e4d;
}

.carousel-controls .prevImg {
    position: absolute;
    top: 4px;
    left: 0;
}

.carousel-controls .next {
    position: absolute;
    top: 0px;
    right: 20px;
	color:#5a4e4d;
}

.carousel-controls .nextImg {
    position: absolute;
    top: 4px;
    right: 0;
}


.carouselPresse {
    margin: 0 0 1em 0;
    padding: 10px;
    width: 775px;
    border: 0px solid #333;
    background-color: transparent;
    -moz-border-radius: 0px;
}

.carousel-boxPresse {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 775px;
    height: 150px;
    z-index:103;
}

.carousel-imagesPresse {
    position: absolute;
    width: 10000px;
    height: 150px;
}

.carousel-controlsPresse {
    position: relative;
    margin: 0.2em 0 0 0;
    text-align: center;
    width: 100%;
    z-index:103;
}

.carousel-controlsPresse .prev {
    position: absolute;
    top: 20px;
    left: 20px;
	color:#5a4e4d;
}

.carousel-controlsPresse .prevImg {
    position: absolute;
    top: 24px;
    left: 0;
}

.carousel-controlsPresse .next {
    position: absolute;
    top: 20px;
    right: 20px;
	color:#5a4e4d;
}

.carousel-controlsPresse .nextImg {
    position: absolute;
    top: 24px;
    right: 0;
}
