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

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