right finally found the problem.
You need to add z-index:1; in #lbImage { }
Then you need to remove z-index:9999; from #lbCenter, #lbBottomContainer { }
and delete the z-index:9998; from #lbOverlay { }
Hope this helps :)
#lbImage { z-index:1; } div#lbCenter, div#lbOverlay, div#lbBottomContainer { z-index: inherit; }
source share