/*
$(document).ready(
	function() {
		
		
		$(".flir").css('font-size','32px');
		
		FLIR.init( { path: 'client/layout/facelift/' } );
		
		$(".flir").each( 
			
			function() { 
				// FLIR.replace(this, new FLIRStyle({ cFont:'distinct' ,  mode:'wrap', realFontHeight: true  })); 
				FLIR.replace(this, new FLIRStyle({ cFont:'distinct' ,  mode:'wrap', realFontHeight: true  })); 
			} 
		);
		
	}
);
*/
