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