

.carrouselContainerSup {
	position: relative;
	overflow: hidden;
	margin-left: 10px;
}	

.carrouselContainerSup .carrouselContainer {
	position: absolute;
	display: block;
	overflow: hidden;
}

.carrouselContainerSup .carrouselContainer .carrouselItem {
	float: left;
	position: relative;
}

.btnCarrousel {
	background: url('images/campagne/btn_carrousel.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	float: left;
}


.btnCarrouselActif {
	background: url('images/campagne/btn_carrousel_actif.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 15px;
	float: left;
}

.btnCarrouselPause {
	background: url('images/campagne/btn_carrousel_stop.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	float: left;
}

.btnCarrouselPauseActif {
	background: url('images/campagne/btn_carrousel_stop_actif.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	float: left;
}

.btnCarrouselPlay {
	background: url('images/campagne/btn_carrousel_play.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	float: left;
}

.btnCarrouselPlayActif {
	background: url('images/campagne/btn_carrousel_play_actif.png');
	background-repeat: no-repeat;
	width: 22px;
	height: 15px;
	float: left;
}
