var nc = jQuery.noConflict();
nc(document).ready(function(){
		
	nc("#carousel").CloudCarousel( { 
		reflHeight: 0,
		reflGap:2,
		titleBox: nc('#carousel-title'),
		buttonLeft: nc('#but1'),
		buttonRight: nc('#but2'),
		yRadius:40,
		xPos: 500,
		yPos: 0,
		speed:0.15,
		mouseWheel:false
	});
		
});
