$(document).ready(function(){
	$(function() {		
		$("div#carouselContainer").scrollable({
			size: 1
		});	
	});
});