/*
roba locale per donnola.u-lost.net
*/


jQuery(function(){  
$("a[href^='http://donnola.u-lost.net/'] > img:first-child[src]").parent().slimbox(
{
'overlayOpacity':0,
'resizeDuration':150,
'captionAnimationDuration':1,
'counterText':false
}, 

function(myel) {
return [myel.firstChild.src.replace(/(\w+)$/, myel.href),
   (myel.title || myel.firstChild.title)];
});

  }) 
