// JavaScript Document

$().ready( function() {
	$('.portfoliogrid LI:nth-child(3n)').addClass('last');
});