$(function(){

	// last-child
	$("div#content ol.default li:last-child").addClass("last-child");

});

