$(function()
{
	$('.newsScroller').jScrollPane({
		'dragMinHeight': 28,
		'dragMaxHeight': 28,
		'scrollbarWidth': 25		
	});
});
