if you have a gallery album with folders or sub ablums in it you can not navigate the pages.
Gallery > Album > folder
Previous 1 2 ... ... 9
Mousing over 2 shows /path/Album%2Ffolder/currentstrip/2/Default.aspx
But you get dumped back to Gallery > album
to get it to work you need ot replace the %2f with an ! in order to nav to the page.
/path/Album!folder/currentstrip/2/Default.aspx
Where is the code for this?