Lionel 1923100 US Military Steam LionChief Train Set w/Bluetooth

Sale price $374.99 Regular price $399.99

PRODUCT SPECIFICATIONS

  • Gauge: O Gauge 

  • Scale Type: Traditional
  • Power: Electric
  • Engine Type: Steam

    "); // Add image and caption to lightbox $lightbox .append($img) .append($caption); // Add lighbox to document $('body').append($lightbox); $('.lightbox-gallery img').click(function(e) { e.preventDefault(); // Get image link and description var src = $(this).attr("data-image-hd"); var cap = $(this).attr("alt"); // Add data to lighbox $img.attr('src', src); $caption.text(cap); // Show lightbox $lightbox.fadeIn('fast'); $lightbox.click(function() { $lightbox.fadeOut('fast'); }); }); }());