$(document).ready(function() {
	
	$( ".accordion .innerart" ).accordion({
		autoHeight: false
	});
	
})
