$(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  })); 
			} 
		);
		*/
		
		/*
		$.pir.options.php="/en/client/layout/pir.php";
		$(".flir").pir({font: "DistTh___.ttf", wrap: true, hoverColor:"0,95,135", casing:"lowercase"});
		*/
	}
);
