// JavaScript Document
jQuery.noConflict();
jQuery(function() {
	jQuery('#container').tabs(); //{ fxAutoHeight: true });
});
