$(document).ready(function(){
$("ul li:last-child").addClass('last');
$("ol li:last-child").addClass('last');
$(".section .sub:last-child").addClass('last');
});

$(function() {
		$("#people").accordion({
			autoHeight: false,
			active:false,
			collapsible:true
		});
	});
