$(function(){
	$('.fadebox img:gt(0)').hide();
	$('.fadebox img').css('visibility','visible');
	setInterval(function(){$('.fadebox :first-child').fadeOut('slow').next('img').fadeIn('slow').end().appendTo('.fadebox');}, 6000);
});
