I think this has been asked already, but I can't find the answer now ...
How would you get rid of the "collections" level in the breadcrumbs? Is it possible to start the breadcrumbs in the albums level?
This will make sense for a site that doesn't really have that many pictures as to justify more than one collection. In return, it provides users with faster access to the photos.
Find "generate_breadcrumb()" in gallery.php and trim the output of the function to your taste. You'll also have to change the $level switch statement if you want to start inside an album.