To make them always visible (when available - previous is not available when viewing the first image in a group, next is not available when viewing the last image in a group, neither are available when viewing an image that is not part of a group of at least two images), change this part in the lightbox.css file:
Code:
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
to:
Code:
#prevLink { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink { background: url(../images/nextlabel.gif) right 15% no-repeat; }
To make them bigger, edit them in an image editing program or make your own images and use those. They can look like and be the size you make/edit them to be.
Bookmarks