jQuery(function() {
	jQuery.noConflict();
	
	jQuery("#tabs").tabs();
});