$(document).ready(function(){
	$("#carousel1").CloudCarousel(		
		{
			xPos: 520,
			yPos: 10,
			yRadius: 10,
			xRadius : 500,
			minScale : 0.25,
			buttonLeft: $("#right-but"),
			buttonRight: $("#left-but"),
			reflHeight 	: 100,
			speed : 0.2,
			mouseWheel : true
		}
	);
});
