setInterval(function() { //フェードインとアウトを繰り返す $('.in :first-child').fadeOut().next('img').fadeIn().end().appendTo('.in'); }, 4500);