ok gcampus here's the fix ive just done it and all is 100% :)

you need to change the following in the lightbox css:-

change the z-index on this section to 1000:

#lightbox {
left:0;
line-height:0;
position:absolute;
text-align:center;
top:40px;
width:100%;
z-index:100;
}

and in this section again to 1000:

#overlay {
-moz-opacity:0.6px;
background-color:#000;
filter:alpha(opacity=60);
height:500px;
left:0;
opacity:0.6px;
position:absolute;
top:0;
width:100%;
z-index:90;
}


enjoy the lightbox :)

Symmo