jQuery(document).ready(function() {
    $('#galleryroll').cycle({ 
    	fx:     'all', 
    	timeout: 400, 
	});
});