$(document).ready(function(){
	//take the margin off of the last list-item on each row
	$("ul.searchResults li:nth-child(7n)").addClass("LastItem");
	
	$("ul.categoryItems li:nth-child(4n)").addClass("LastItem");
	   
	   
});