$(document).ready(function() {
    $('.slideshow').cycle({
    	fx:'fadeZoom',  
    	sync:0,
    	speedIn:1000,
        timeout:6000        
	});
});
