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