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