I started this just to use as an internal reference for a project, and now I\'m kind of obsessed with it - Amazon uses a zoom plugin to slice up a large image into pieces, and e
with a bit of googling, firebug work and reading some other posts this is what ive figured
one of the parts of the big image u mentioned is
http://z2-ec2.images-amazon.com/R/1/a=0714859583+d=_SCR(2,3,3)_+o=01+s=RMTILE+va=MAIN+ve=196021930+e=.jpg
and the original big image is
http://z2-ec2.images-amazon.com/images/P/0714859583.01._SX_SCRMZZZZZZZ_V196021930_.jpg
so to follow this to find out for all images the algorithm u have to follow is
does that make any sense???