Yes thank you vtxyzzy. For anyone else with this problem, here is the code to insert into the single.php file…
<?php wp_link_pages(array('before' => '<p><strong>Pages:</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
Now if I can figure out how to insert different galleries into the paginated posts…