$(function(){
	$('ul li:first-child, ol li:first-child').addClass('first');
	$('ul li:last-child, ol li:last-child').addClass('last');
});
