$(function(){
    $('.fadein img:gt(0)').hide();
    setInterval(function(){
      $('.fadein :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein');}, 1000);
}); 

$(function(){
    $('.fadein1 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein1 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein1');}, 1000);
}); 

$(function(){
    $('.fadein2 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein2 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein2');}, 1000);
}); 

$(function(){
    $('.fadein3 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein3 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein3');}, 1000);
}); 

$(function(){
    $('.fadein4 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein4 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein4');}, 1000);
}); 

$(function(){
    $('.fadein5 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein5 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein5');}, 1000);
}); 

$(function(){
    $('.fadein6 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein6 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein6');}, 1000);
}); 

$(function(){
    $('.fadein7 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein7 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein7');}, 1000);
}); 



