$(document).ready(function(){						   
	$("#carousel").CloudCarousel(		
		{			
			xPos: 400,
			yPos: 40,
			yRadius: 10,
			xRadius: 340,
			bringToFront: true,
			reflHeight: 0,
			minScale: 0.40,
			autoRotate: 'right',
			autoRotateDelay: 6000
			}
	);	
});
