CD3.Behaviors.assign({
	
	'#list': function(regions){
		regions.style.overflow = 'hidden';
		$('scrolling').show();
		new CD3.Scroller(regions, 'scrolling', {styleSlider: 'scroll', styleMoveUp: 'uparrow', styleMoveDown:	'downarrow' });
	}
});
