//novas mascaras	

jQuery(function($){
	$('.valor').priceFormat({
	prefix: '',
	centsSeparator: ',',
	thousandsSeparator: '.'
	});

});
