jQuery(document).ready(function() {

	$("#tabsAndPanels").tabs({ fx: { opacity: "toggle" } });

});