window.addEvent('domready', function() {
	new ContentScroller({
		slides: $('content').getElement('.promo').getElements('img')
	}).start();
});
