function change_price(){
	$("#product_price").fadeOut("slow", function(){ $("#product_price").load("/products/product-price.php", $("#product_form").serialize(), function(){$("#product_price").fadeIn("slow")})} );
}