$(document).ready(function(){						   	$(".content .delete").click(function(){		$(this).parents(".content").animate({ opacity: 'hide' }, "slow");	});});