
jQuery.noConflict();
jQuery(document).ready(function($){

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

