window.addEvent("domready", function() {
	var ex6Carousel = new iCarousel("show_6_content", {
		idPrevious: "show_6_zurueck",
		idNext: "show_6_vor",
		idToggle: "undefined",
		item: {
			klass: "show_6_item",
			size: 214},
		animation: {
			type: "scroll",
			duration: 250,
			amount: 1
		}
	});
});
