$j(document).ready(function()
{
	$j("#news_scroll_content").jScrollPane({scrollbarWidth:5, dragMaxHeight:20, showArrows:true});
	
	$j(".scroll_up").click(function(){
		$j('#menu').scrollTo( 100 );
	});
});
