(function($) {
  $(function() {
    // $("#nystrom_contentframe_horiz").jScrollPane({showArrows:true});
    $("#nystrom_content_photo_right").css('cursor','pointer').click(function() {
      $("a:last", this).click();
    });
  });
})(jQuery);