$(document).ready(function(){
	$('#imagezone').cycle({
        fx:     'fade',
        speed:   1200,
        timeout: 4000
    });
});

