$(document).ready(function(){
						   
	// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#heroCarousel").CloudCarousel(		
		{			
			minScale: 0.85,
			xRadius: 145,
			yRadius: 1,
			xPos: 200,
			yPos: 20,
			FPS: 10,
			reflHeight: 0,
			//Auto rotate is buggy
			//autoRotate: 'yes',
			//autoRotateDelay: 5000,
			buttonLeft: $("#heroCarouselLeft"),
			buttonRight: $("#heroCarouselRight"),
			altBox: $("#heroCarouselProductSize"),
			titleBox: $("#heroCarouselProductName")
		}
	);
});

