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

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

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

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

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

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

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

$(function(){
	$('.fadein7 img:gt(0)').hide();
	setInterval(function(){$('.fadein7 :first-child').fadeOut().next('img').fadeIn().end().appendTo('.fadein7');}, 3000);
});





