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