.image_carousel {
    position:relative; 
	padding: 15px 0 15px 30px;

/*background-color:#417200;*/	
}
div.caroufredsel_wrapper {
    max-width:100%;
}
.image_carousel img {
	border: 1px solid #ccc;
	background-color: white;
	padding: 9px;
	margin: 7px 14px;
	display: block;
	float: left;
}
#droite  .image_carousel {
    position:relative; 
	padding: 15px 0 15px 0px;

/*background-color:#417200;*/	
}
#droite  .image_carousel img  {
    margin: 7px 7px;
}
.image_carousel a{
	display: block;
	float: left;
}
.clearfix {
	float: none;
	clear: both;
}

.image_carousel a.prev, .image_carousel a.next,
.html_carousel a.prev, .html_carousel a.next {
	background: url(miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;

}
.image_carousel a.prev, .image_carousel a.next {
	top: 40px;    
}
.html_carousel a.prev, .html_carousel a.next {
    top: 60px;
}
.image_carousel a.prev,
.html_carousel a.prev {
     left: -22px;
	background-position: 0 0; 
}
.image_carousel a.prev:hover,
.html_carousel a.prev:hover {
    background-position: 0 -50px;
}
.image_carousel a.next,
.html_carousel a.next
 {
    right: -22px;
	background-position: -50px 0; 
}
.image_carousel a.next:hover,
.html_carousel a.next:hover,
 {
    background-position: -50px -50px;
}
a.prev span, a.next span {
	display: none;
}


.html_carousel {
    position:relative;
    padding: 0 15px;
}
.html_carousel div.slide {
    position: relative;
    
}
.html_carousel div.slide div {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    /*display: none;*/
    position: absolute;
    bottom: 0;
}
/*
.html_carousel div.slide h4 {
    font-size: 35px;
    padding: 30px 0 0 100px;  
}
.html_carousel div.slide p {
    font-size: 16px;
    padding: 0 0 30px 100px;
}  */
.html_carousel div.slide h4, .html_carousel div.slide p {
    color: #FFFFFF;
    margin: 0;
    padding:5px;
    
}
.html_carousel div.slide a, .html_carousel div.slide a:visited {
    color: #FFFFFF;
}


