$(document).ready(function () {
	$("#carousel").CloudCarousel({
		xPos: 479,
		yPos: 50,
		minScale: 0.6,
		reflHeight: 50,
		xRadius: 260,
		yRadius: 40,
        FPS:25,
		autoRotate: 'right',
		speed: 0.2,
		autoRotateDelay: 1500
    });
});
