window.addEvent("domready",function(){$$("img.flop").each(function(a){a.set("thumbHeight",a.getStyle("height")).set("thumbWidth",a.getStyle("width")).set("morph",{duration:"short",transition:"sine:in"});a.addEvents({mouseenter:function(b){this.morph({height:this.getProperty("height"),width:this.getProperty("width"),margin:"-5px"})}.bind(a),mouseleave:function(b){this.morph({height:this.get("thumbHeight"),width:this.get("thumbWidth"),margin:"0 auto"})}.bind(a)})})});
