In der homepage.tpl anpassen: Vorher: dojo.anim( nextImage, {ldelim} opacity: 1 {rdelim}, this.config.duration, dojo._defaultEasing, function(){ldelim} currentImage.style.zIndex = 1; {rdelim} ); Nachher: dojo.anim( nextImage, {ldelim} opacity: 1 {rdelim}, this.config.duration, dojo._defaultEasing, function(){ldelim} currentImage.style.zIndex = 1; nextImage.style.opacity = 1; {rdelim} );