var $j = jQuery.noConflict();
$j(function() {
	$j("#meteo .inner").tabs();
	/*$j("#meteo").tabs('rotate', 4000);*/
	$j("#meteo .inner").show();
	
});