$(document).ready(function() {
	
	$("li:last-child").addClass("last");
	$("li:first-child").addClass("first");
	/*$(".box li:nth-child(even)").addClass("alt");
	$(".work ul:last-child").addClass("last");
	$(".work ul:first-child").addClass("first");
	$(".textwidget > a, .team #section li a").addClass("img");
	/*$("img[src$='.png']").addClass("png");*/
		
});