$(document).ready(function(){
	$("#carousel1").CloudCarousel(		
		{			
			xPos: 377,
			yPos: 23,
			speed: 0.1,
			autoRotateDelay: 4500,
			reflHeight: 24,
			minScale: 0.25,
			yRadius: 50,
		 reflGap:0,
			buttonLeft: $("#right_btn"),
			buttonRight: $("#left_btn"),
			autoRotate: "right"			
		}
	);
});
