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