$(function(){
	$('img[@src$=.png]').ifixpng();
	
	$('.text img, #text table img, #text img').each(function(){
		if($(this).attr('class') != 'sep_line') $(this).replaceWith('<a href="' + $(this).attr('src') +'" rel="lightbox-urbico" class="lightbox_link"><img src="' + $(this).attr('src') + '" width="' + $(this).attr('width')  +'" height="' + $(this).attr('height')+ '">' + "</a>");
	});
	
	$('.lightbox_link').lightBox();
}); 
