jQuery().ready(function(){
		jQuery('#list').accordion({
			header: 'a.toggler',
			active: false,
			alwaysOpen: false,
			animated: "slide",
			autoheight: false
		});
});