/* Initialisation du carousel 3D */
$(document).ready(function(){
	// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#carousel1").CloudCarousel(
	{
		xPos: 160, //180
		yPos: 40,
		buttonLeft: $('#but3'),
		buttonRight: $('#but4'),
		altBox: $("#alt-text"),
		titleBox: $("#title-text"),
		FPS:30,
		autoRotate: 'left',
		autoRotateDelay: 3000,
		speed:0.45,
		mouseWheel:true,
		minScale:0.25,
		//reflHeight:50,
		yRadius:80
	});
});
