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