jQuery('#wrap').hide(); function anim() { jQuery("#wrap img").first().appendTo('#wrap').fadeOut(1500); jQuery("#wrap img").first().fadeIn(1500); setTimeout(anim, 7000); } anim();