	
		$(function() {			
			$('#tabs').tabs({ fx: { opacity: 'toggle' } });
			$('#tabs').tabs('rotate', 9000, 'true');
			$('#tabs').tabs('disabled.tabs', []);
			
		});	
