$(document).ready(function() {
	$("#tabs").tabs({
		cache: true,
		fx: [{opacity:'toggle', height: 'toggle', duration:'fast'}, // hide
	      {opacity:'toggle', height: 'toggle', duration:'fast'}] //show
	});
});


