$(function() {
  var n=$("#photos div.otherPhotos ul li").size();
  $("#photos div.otherPhotos ul").css('width',n*92);
});
