Weird scrolling behavior position: of "div.slideshow-container" in glalleriffic.css

(firefox has this issue not safari)

http://philipdusel.com/boon.html there is weird scrolling behavior when you scroll down and click the main image shoots to the top

div.slideshow-container {
position: absolute;
clear: both;
margin-top:-59px;
height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
margin-left:10px;}

if i change position to “fixed” it doesnt move with the browser’s scroll…if i change it to “relative” it does the same thing as “absolute” except in the smaller scoll inside the page

and only in firefox?

thank you

i fixed it …just put it in another div