Using a cool JS/Jquery light box.
Heres the thing:-
Works fine in google Chrome, when you click an image in the gallery the image pops up fine.
http://almondburyroofing.com
if you check in Firefox and Opera, the image sticks to the top of the page.
I tried to change to code in the javascript, see below. this works fine with Chrome but dosent seem to work in the aforementioned browsers.
$window = $(window);
top = $window.scrollTop() + $window.height() / 10;
left = $window.scrollLeft();
$lightbox = $('#lightbox');