$(document).ready(function() {
    
	$('#viewer').cycle({
		fx:      'fade', 
    	speed:    700, 
    	timeout:  2000 
	});

});
