$(function(){
	$('#news_pane').css('height', '1px');
	$('#news_pane').css('height', Math.min(Math.max($('table.cont td.l').height(), $('table.cont td.c').height()) - 30, 260) + 'px');
	$('#news_pane').jScrollPane({
		showArrows: false,
		scrollbarWidth: 8, 
		scrollbarMargin: 8
	});	
});

