function fbox_conf(){};
fbox_conf.prototype = {	
	disable_fadin:false,
//---------------------------------	
	progress_src : 'indicator.gif',
	nbsp_count: 4, //IE5 ...
	close_txt : '<img src="../LightBox/images/chiudi.gif" alt="chiudi" width="85" height="30" border="0">',
	max_txt: 'Maximize',
	min_txt: 'Minimize',
	//prev_txt: '&laquo; Previous',
	//next_txt: 'Next &raquo;'
	prev_txt: '',
	next_txt: ''
}