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