  $(function() { 	
	{
		$("#districtStories").scrollable({
			clickable: false,
			size: 1 
		}).mousewheel().navigator();
	}
  })