$(function() {
	$('#CMSScrollable1').scrollable({size: 1, items: '#slide-row1', next: '.but-next', prev: '.but-prev'}).circular();
	$('#CMSScrollable2').scrollable({size: 1, items: '#slide-row2', next: '.but-next', prev: '.but-prev'}).circular();
});