$(function(){

	// last-child
	$("div#key div.text ul.button li:last-child").addClass("last-child");

});

