問題があります。このコードで div の最後の画像を新しい画像に変更しようとしています:
var rand = Math.floor(8*Math.random()+1);
$("#foto-"+ rand).fadeIn("slow", function() {
$("#foto-"+ rand).html('<img style="position: relative;" height="100%" src="slides/'+ Math.floor(fotos*Math.random()+1) +'.jpg" />');
});
このコードは画像を変更しますが、効果は表示されません。