hi chr.s,
I have just checked the code, and there was a bug in MaxImage, I'm currently rechecking the code and will be sending a fix to the developer.
Look at line 106 here: Max Image
//Instead of this
for(var i in $.Slides) {
//Change it to this
for(var i=0, len = $.Slides.length; i<len; i++) {
Apply the change above.