


$(function() {

	var options = {
		

		
		
		
		btnPrev: "a.goleft",
		btnNext: "a.goright",
		btnPlayPause: "a.playpause",
		menuTabs: true,
		tabItems: [code1, code2, code3, code4, code5 ],
		tabs: "#tabs",
		tabsColor: "#FFF",
		tabsBorderColor: "#00b0ff",
		tabsDim:8,
		auto: true,
		time: 12000
	}
	$("#news").panelSlider(options);

});

