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