
$(function() {
	var options = {
		btnPrev: "a.goleft",
		btnNext: "a.goright",
		btnPlayPause: "a.playpause",
		menuTabs: true,
		tabItems: ["Regenoterapia", "Invisalign", "Il laser"],
		tabs: "#tabs",
		tabsColor: "#FFF",
		tabsBorderColor: "#00b0ff",
		tabsDim:8,
		auto: true,
		time: 10000
	}
	$("#news").panelSlider(options);

});
