$(function() {
	$('#tabs > ul').tabs({ fx: { opacity: 'toggle' } });
});
