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

