.sectionCarousel{
	position: relative;
}
.sectionCarousel .carousel-control {
	cursor:pointer;
	display:inline-block;
	height:40px;
	overflow:hidden;
	vertical-align:middle;
	width:40px;
}
.section .sectionCarousel .carousel-control.disabled{
	background: none;
}

.sectionCarousel .carousel-previous{
	position: absolute;
    top: 40%;
    left: 0px;
    _left: -24px;
    width: 27px;
    height: 45px;
    cursor: pointer;
	background: transparent url(/images/caroussel/BTN-Gauche-etat-normal.gif) no-repeat 0 0;
} 
.sectionCarousel .carousel-previous:hover{
	background: transparent url(/images/caroussel/BTN-Gauche-etat-survol.gif) no-repeat 0 0;
} 
.sectionCarousel .carousel-next{
	position: absolute;
    top: 40%;
    right: 0px;
    width: 27px;
    height: 45px;
    cursor: pointer;
	background: transparent url(/images/caroussel/BTN-Droit-etat-normal.gif) no-repeat 0 0;
}
.sectionCarousel .carousel-next:hover{
	background: transparent url(/images/caroussel/BTN-Droit-etat-survol.gif) no-repeat 0 0;
}


.caroufredsel_wrapper{
	margin-left: 24px;
}
