hi.
ok, sounds good.
if you want to optimize your image load method, you might want to use a lazy loading technique that grabs images as they are needed. i know there is a jquery lazyload plugin, but i don't think it's updated. you could fire off an ajax request to get the needed image based on an anchor link id. this way you only load the initial image and wait to get the rest based on user clicks.