$(function(){
	$(".progress").animate({width: "100%"}, 3000, function () {
		$(".progress").parent().html("скрыто");
	});
});