$(document).ready(function() {
    
   if(document.getElementById('slideshow')!=null){
       $('#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();
    }
 });