$(function() {
	$('h2').css({fontSize:'2.8em'}).each(function() { FLIR.replace(this); });
	$('h3').css('fontSize', '2em').find('a').css('fontSize', '1em').end().each(function() { FLIR.replace(this); });
	$('.galeria').galeria();
});