$(document).ready(function() {
	$('#tab > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

