window.addEvent("domready", function() {
	new iCarousel("banner", {
		idPrevious: "undefined",
		idNext: "undefined",
		idToggle: "undefined",
		item: {
			klass: "topBannerImage"
		},
		animation: {
			type: "fade",
			transition: Fx.Transitions.linear,
			duration: 250, //def: 500
			rotate: {
				type: "auto",
				interval: 5000 //def: 5000
			}
		}
	});
});

