jQuery(document).ready(function() {
	
	jQuery('#imageColumns .column:last-child, #aboutColumns .column:last-child, #mainColumns .columnHalf:last-child').addClass('last');
	
	jQuery('ul#mainNav li:last-child').addClass('last');
	
	jQuery('.gallery .galleryItem:nth-child(4n)').addClass('last');
	
	jQuery('.ngg-albumoverview .ngg-album:nth-child(4n)').addClass('last');
	
	jQuery('.articles .newsPost:nth-child(3n)').addClass('last');
	
});
