jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery('#container').tabs({fxAutoHeight: true});
	jQuery('#section-1').tabs({fxAutoHeight: true});
	//$('#section-2').tabs({fxAutoHeight: true});
});

