Don't mess with the slideshow script. In fact, best to put it back the way it was. What you can do is (using a text only editor like NotePad) increase the z-index in the cynsheas.com/galleries/pg_cakes/engine/css/visuallightbox.css file, starting from the top, changes red:
Code:
#overlay{
position:absolute;
top:0;
left:0;
z-index:1900;
width:100%;
height:auto;
background-color:#151410;
}
#lightbox{
position:absolute;
top:20px;
left:0;
width:100%;
z-index:2000;
text-align:center;
color:#151410;
line-height:0;
}
#lightbox a, #lightb . . .
Save and use that version of the file.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks