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