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

