$(function() {
	$('#t_tresc>p>img').each(function (i) {
		$(this).replaceWith('<div rel="gallery" class="pirobox_gall"><img src="' + $(this).attr('src') + '"/></div>');
	});
	
	$().piroBox_ext({
		piro_speed : 700,
			bg_alpha : 0.5,
			piro_scroll : true // pirobox always positioned at the center of the page
		});
	
	$('.pirobox_gall').attr('title','');
});


