jQuery(document).ready(function(){
						   
	// This initialises carousels on the container elements specified, in this case, carousel1.
	jQuery("#carousel").CloudCarousel({
										xPos:192,
										yPos:70,
										/*buttonLeft: jQuery('#left-but'),/*boutton action: rotation gauche*/
										/*buttonRight:jQuery('#right-but'),/*boutton action: rotation droite*/
										buttonStop:jQuery("#carousel"),
										FPS:40,
										autoRotate: 'left',
										autoRotateDelay: 2000,
										speed:0.05,
										bringToFront:true
										}); 
});

