function load_photo(photo){
	$('#product_photo').attr('src', photo);	
}
