$(document).ready(function(){
		// This initialises carousels on the container elements specified, in this case, carousel1.
	$("#carousel1").CloudCarousel(		
		{			
			xPos: 240,
			yPos: 65,
			reflHeight: 35,
			minScale:0.25,
			reflGap:2,
			buttonLeft: $("#left-but"),
			buttonRight: $("#right-but"),
			altBox: $("#alt-text"),
			titleBox: $("#title-text")
		}
	);
	
	  $(".idTabs").idTabs(true,location.hash);
	  
		


}); 


