window.addEvent("domready", function() {
	new iCarousel("example_5_content", {
		idPrevious: "example_5_previous",
		idNext: "example_5_next",
		idToggle: "undefined",
		item: {
			klass: "example_5_item",
			size: 172
		},
		animation: {
			rotate: {
				type: "auto"
			},

			direction: "top",
			duration: 1000,
			amount: 1
		}
	});
});
			
