Hey guys i too have been have been having problems with the navigation on this nightly. I think i managed to fix it though
On line 484 of rsgallery2.html.php insert this line.
<div class='rsg2-clr'> </div>
And add this to rsgallery2.css
.rsg2-clr{
clear: both;
line-height: 0px;
}
This should cure the misaligned nav problem in Firefox and it will still work in I.E (Although i did test it in I.E7 i dont have access to I.E6)
Also seems to have cured the annoying bug i had of some images displaying to the extreme right ...