var TabbedPanels2 = new Spry.Widget.TabbedPanels2("TabbedPanels2", {
			tabSelector: "h3",
			injectionType: "replace",
			widgetID: "TabbedPanels2",
			autoPlay: false,
			defaultTab: 1,
			enableKeyboardNavigation: true,
			hideHeader: true,
			tabsPosition: "top",
			event:"click",
			stopOnUserAction: true,
			displayInterval: 5000,
			minDuration: 300,
			maxDuration: 500,
			stoppedMinDuration: 100,
			stoppedMaxDuration: 200,
            plugIns: [Spry.Widget.TabbedPanels2.FadingPanelsPlugin],
            sliceMap: {TabbedPanelsTab: "3slice"}
        });

