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