Narrowed down to this code in the theme or forum.
<script language="JavaScript" type="text/javascript" src="http://qdhuntclub.com/Themes/Angel_Fall_First/js/jquery-1.1.3.1.min.js"></script>
<script language="JavaScript" type="text/javascript" src="http://qdhuntclub.com/Themes/Angel_Fall_First/js/jquery.easing.min.js"></script>
<script language="JavaScript" type="text/javascript" src="http://qdhuntclub.com/Themes/Angel_Fall_First/js/jquery.lavalamp.min.js"></script>
<script type="text/javascript">
$(function() {
$("#menu-top .lavaLampWithImage").lavaLamp({
fx: "backout",
speed: 700,
click: function(event, menuItem) {
return true;
}
});
});
</script>
Which is causing the lightbox to fail removing that code allows the lightbox to work