// SLIDER CONTROLLO

$(document).ready(function() {
        $('#slider').s3Slider({
            timeOut: 4000
        });
    });

// PNG FIX

	$(document).ready(function(){ 
        $(document).pngFix(); 
    }); 