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