$(document).ready(function() {
	
	$('#thumbs span').each(function()
	{
		$(this).fadeIn("slow");
	});
});
