Bug
No next button is displayed on the first image in a sequence:

Once it is clicked, the next button is displayed - however no previous button:

Resolution
The cause seems to be opacity: 0 in .lb-nav a.lb-next and .lb-nav a.lb-prev. Removing these 2 lines solves all issues.
Bug
No next button is displayed on the first image in a sequence:
Once it is clicked, the next button is displayed - however no previous button:
Resolution
The cause seems to be
opacity: 0in.lb-nav a.lb-nextand.lb-nav a.lb-prev. Removing these 2 lines solves all issues.