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