$(document).ready(function(){
	$jScroller.add("#scroller_container","#scroller","left",3);
	$jScroller.start();
});

