Regarding the photoswiping question, i found i think a plugin from:
http://www.photoswipe.com
Im able to download a zip file, and they give me these instructions:
----------------------------------------------------------
What to include:
The call:
// Set up PhotoSwipe with all anchor tags in the Gallery container
document.addEventListener('DOMContentLoaded', function(){
var myPhotoSwipe = Code.PhotoSwipe.attach( window.document.querySelectorAll('#Gallery a'), { enableMouseWheel: false , enableKeyboard: false } );
}, false);
----------------------------------------------------------------
For the way I'm taking pics (above), how would I implement the zip file, 'What to include:', and 'The Call' from http://www.photoswipe.com ??