(function ($) {
  Drupal.behaviors.move_lightbox2_data = function (context) {
    $("#outerImageContainer", context).prepend($("#bottomNavClose", context));
  }
})(jQuery);
