window.addEvent("domready", function() {
	if($('slideContainer')){
		new iCarousel("slideContainer", {
			animation: {  
				type: "scroll",
				direction: "left",
				duration: 1000,  
				amount: 1,
				rotate: {
					type: "auto",
					interval: 6000
				}
			} ,
			item: {  
				klass: "earlyBooker",  
				size: 550
			},  
			idPrevious: "previous",  
			idNext: "next",  
			idToggle: "undefined"
		});
	}
});  
