Hi I have, what seems to be an easy to remedy issue, that is baffling me. I had a slim lightbox running but the client required a little more control so Ive used Lightbox2 as a replacement. So far Ive used this page to provide a template for changing the other gallery pages: http://www.undercover.me.uk/2011/beetles_gallery.html In FF the next and previous buttons do not show, despite the hotkeys working. In Safari next, previous and close buttons do not show/work. My searches on the net didnt reveal good enough answers although I did find that providing a name to the group prompted single images to multiple images via rel="lightbox[beetles]" The site isnt live yet, some of the navigation may not work but I'll be implementing php for the top, side and footer navigation at some point. Answers and any other comments greatly appreciated. please and thanks MacBook Pro. OSX 10.6.7 (soon moving to Lion). DW CS5 EDIT: Perhaps some other useful info: http://www.lokeshdhakar.com/projects...box2/#download The code is the default code and appears as this block: #prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; } #prevLink { left: 0; float: left;} #nextLink { right: 0; float: right;} #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; }