/**
 * @author matteo
 */

	if($.datepicker) {
		$.datepicker.setDefaults({
			buttonImageOnly: true
		});	
	}
	


