Confirmed, and I can see why it's happening, though I can fix it only by doing a CSS hack. Better that Laza fix it in the skin code.
In short, the initial thumbnails are all coded like this:
<a class="thumb" href data-name="The title" data-href="slide/img01.jpg" etc.
The lower thumbnails, however, are coded like this:
<a class="thumb" data-name="The title" data-href="slide/img01.jpg" etc.
The
href attribute isn't actually needed, but it does tell the browser to use the "fiinger" cursor instead of the "arrow" cursor.