That will make that feature much harder for the uninitiated user to discover (it is already a little hard to find for folks unfamiliar with lightbox). But, if you insist - Edit lightbox.css not lightbox.js. Here in lightbox.css (changes/additions red):
Code:
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100px;
width: 100%;
overflow:hidden;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 100px;
height: 100%;
background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
display: block;
}
Bookmarks