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