	var $j = jQuery.noConflict();
		$j(function()
			{				
				$j('#newsScroller').jScrollPane(						
				{
					showArrows:true, 
					scrollbarWidth: 7
				});
			});	
