
$(function() {

	$( "#tabs" ).tabs({
		fx: {
			opacity: 'toggle'
		},
		idPrefix: 's-'
	}).tabs("rotate", 3000, false);

	$( "#si" ).tabs({
		fx: {
			opacity: 'toggle'
		},
		idPrefix: 'si-'
	}).tabs("rotate", 5500, true);
	
	$( "#si" ).removeClass('ui-widget ui-widget-content ui-corner-all');
	$( "#si img" ).removeClass('ui-tabs-panel ui-widget-content ui-corner-bottom');

});

