I think you'll need to move this
Code:
var objPrevLink = document.createElement("a");
objPrevLink.setAttribute('id','prevLink');
objPrevLink.setAttribute('href','#');
objHoverNav.appendChild(objPrevLink);
var objNextLink = document.createElement("a");
objNextLink.setAttribute('id','nextLink');
objNextLink.setAttribute('href','#');
objHoverNav.appendChild(objNextLink);
outside of the image container and then adjust the styles to how you want it to appear.
Oh yeah, forgot to tell you where to find that lightbox.js
Bookmarks