window.addEvent("domready", function() {
	new iCarousel("flashnewsanim", {
		idPrevious: "undefined",
		idNext: "undefined",
		idToggle: "undefined",
		item: {klass: "flashnewsanim_item"},
		animation: {
			type: "fade",
			transition: Fx.Transitions.linear,
			rotate: {
				type: "auto"
			}
		}
	});
});
