bodyLoad.add(
	function() {

		var t = $t('ul', $('panfletos'));
		if( !t ) return;

		t.forEach( function( el ) { new lightBox( el ); } );

	}
);

