$(document).ready(function() {
     
   $('#slideshow').before('<div id="titolofoto">').cycle({ 
    fx:    'fade', 
    speed:  2500,
	pager:  '#titolofoto', 
	pagerAnchorBuilder: function(idx, slide) { 
		return ' <a><strong>' + slide.alt + '</strong></a>'; 
    } 

	 });$(document).pngFix();
 });