jQuery(document).ready(function () {
	jQuery("ul li:first-child").addClass("first");
	jQuery("ul li:last-child").addClass("last");
});
