$(document).ready(function() {

	// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#carroselprofissionais").CloudCarousel(		
		{			
			bringToFront: true,
			reflHeight:0,
			reflOpacity:0.5,
			reflGap:0,
			minScale:0.3,
			xPos:380,
			yPos:32,
			xRadius:350,
			yRadius:0,
			FPS: 30,
			autoRotate: 'no',
			autoRotateDelay: 100,
			speed:0.5,
			mouseWheel: true,
			buttonLeft: $("#next"),
			buttonRight: $("#prev"),
			altBox: $("#alt-text"),
			titleBox: $("#title-text")
		}
	);

});
