window.addEvent("domready", function() {
	new iCarousel("carousel_list", {
		idToggle: "undefined",
		item: {
			klass: "carousel_item",
			size: 239
		},
		animation: {
			type: "scroll",
			rotate: {
				type: "auto",
				interval: 2800
			},
			duration: 1800,
			amount: 3
		}
	});
});
