$(document).ready(function(){
	
	$("#3dcarousel").CloudCarousel({			
	    xPos: 250,
	    yPos: 70,
	    buttonLeft: $('.carouselLeft'),
	    buttonRight: $('.carouselRight'),
	    buttonZoom: $('.zoom'),
        FPS:30,
	    xRadius: 150,
	    yRadius: 0.1,
	    speed:0.3,
	    reflHeight: 26,
        reflGap:1,
        bringToFront:true,
	    altBox: $("#alt-text"),
	    titleBox: $("#title-text")	    
	});
});

