I have a page which is a view. It contains several html select drop downs. I have a link on the page that opens a lightbox containing an image. This all works fine.

However, when I click the link, the lightbox opens, it hides the select elements on the page beneath it. I traced the javascript, and lightbox is adding class 'lightbox_hidden' and style 'display:hidden' to all the select elements on the page.

Any ideas?