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