/* Author: 
Chris Brauckmuller
*/
$(document).ready(function() {
  $(".content li").wrapInner("<span>" + "</span>");
  $(".photos div:nth-child(4),.photos div:nth-child(7),.photos div:nth-child(10)").addClass("last");
});


























