ipucu: *.js'dosyasını indirin orada küçük resimin de üzerine gelince açılan büyük resimin de yolu yazıyor
edit: şimdi js'nin kodlarına baktım da yollar swf dosyalarının içinde yazıyormuş sanıyorum:
pagepeel.small_path = './pagepeel/small.swf'; // Path where you placed the small.swf
pagepeel.small_image = escape('./pagepeel/images/small.swf'); // Small Image before hover (.jpg, .gif, .png, .swf) - 75X75
pagepeel.small_width = '100';
pagepeel.small_height = '100';
pagepeel.small_params = 'ico=' + pagepeel.small_image;

pagepeel.big_path = './pagepeel/big.swf'; // Path where you placed the big.swf
pagepeel.big_image = escape('./pagepeel/images/kampanya.swf'); // Large Image after hover (.jpg, .gif, .png, .swf) - 500X500
pagepeel.big_width = '650';
pagepeel.big_height = '650';
pagepeel.big_params = 'big=' + pagepeel.big_image + '&ad_url=' + pagepeel.ad_url;