$(document).ready(function(){
						   
	// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#carousel1").CloudCarousel(		
		{	
			yRadius:110,		
			xPos: 500,
			yPos: 50,
			speed:0.1,
			buttonLeft: $("#left-but"),
			buttonRight: $("#right-but")
		}
	);
	$("#carousel1").fadeIn("slow");
	
});

// JavaScript Document
