$(function(){
    $('.fadein img:gt(0)').hide();
    setInterval(function(){
      $('.fadein :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein');}, 
      4000);
});
$(function(){
    $('.fadein1 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein1 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein1');}, 
      5000);
});
$(function(){
    $('.fadein2 img:gt(0)').hide();
    setInterval(function(){
      $('.fadein2 :first-child').fadeOut()
         .next('img').fadeIn()
         .end().appendTo('.fadein2');}, 
      5000);
});

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

