$(document).ready(function() {
		$("ul.cpc-tabs").tabs("div.cpc-panes > div", {

			// enable "cross-fading" effect
			effect: 'fade',
			fadeOutSpeed: "fast",
			fadeInSpeed: "fast",
		
			// start from the beginning after the last tab
			//rotate: true,
			
			
		
		// use the slideshow plugin. It accepts its own configuration
		})
	});
