$(function()
{
	$('.news').jScrollPane();
	$('.news').jScrollPane(
		{
			showArrows: true,
			horizontalGutter: 10
		}
	);
});

