Been thinking some more on this ...
First, I need to note that Pro_News supports a "Featured Content Slider" (FCS) function - by trivially changing the template - as well as a Center Up Block. But it does not - currently - support an FCS Center Block. Probably not impossible, however I'd just never thought of it.
You don't give details of the problem you are trying to address with this, but I've been pondering how you might display a large (> 10) number of ever changing/incrementing articles. Pro_News will display a page's worth of articles (10, or however many articles per page you've set), in an FCS display. You could probably handle 20 or so this way, but beyond that you may be assuming a lot about how much data the user's browser can cache.
I've done a quick test, and if you set a Pro_News Section with, say, 100 articles to display as FCS then the first 10 are displayed in FCS plus a normal DF pagination block below. Clicking on Next will display the next 10 articles in the FCS, and so forth.
So I'm thinking an additional setInterval script to simulate clicking the Next button after 10 articles have displayed in the FCS should move you on through the entire Section. This ought to be possible from inside the template, ie. without changing Pro_News code.
Obviously this will cause a page refresh which may or may not present a problem, but to employ the embedded Ajax method probably requires a Pro_News code change. Unless it is possible to dump the required part of a template out to a file from within the template - but I can't think how to do accomplish that ...
( I'm still learning how powerful the DF template system is - I've just implemented a
fund raising style donation thermometer entirely in the template alone which is quite amazing - but there are limits to everything!

)