﻿$(document).ready(function() {
    $("#imageBank li:nth-child(3n)").addClass("last");
});
