﻿$(document).ready(function(){
						   
	// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#carousel1").CloudCarousel(		
		{			
		xPos:480,
		yPos:80,
							   xRadius:450,		// Width Control //
							   yRadius:50,		// Height Control //	
		FPS:30,
		autoRotate: 'left',
		autoRotateDelay: 6000,
		speed:0.2,
		mouseWheel:true,
		bringToFront:true,
		reflHeight: 60


		}
	);
});
