jQuery(document).ready(function(){
	jQuery('ul').accordion({
		header: 'div.title',
		animated: 'easeOutQuad',
		autoHeight: false
	});
});
