$(document).ready(function(){	   

	$("#navigation-menu ul li a").append("<span></span>");
	$("ul.products-list li .photo").prepend("<span></span>");
	$("#navigation-menu ul li:last-child, #sort-products-list-by dd:last-child").addClass("last-item");
	$("#product .description table tr:odd").addClass("even");
	$("#product .description table td:first-child").addClass("name");
	

	
});

