jQuery(document).ready(function($) {
	$('#kitchen-1').accordion({
			autoHeight: false
	});

});
