jQuery(function(){
	jQuery('.iimage img').load(function () {
		var img = jQuery('.iimage img');
		var h = jQuery(img).height();
		jQuery(img).css("height",h);
    });
});
