$(function()
{
	$('.newsList').jScrollPane({
		showArrows:true,
		scrollbarWidth:14
		});

});


