$(document).ready(function(){
	// This initialises carousels on the container elements specified, in this case, carousel.
	$("#carousel").CloudCarousel(		
		{			
			xPos: 350,
			yPos: 50,
			speed: 0.1,
			autoRotate: 'right',
			autoRotateDelay: 2100
		}
	);
});

