 $(document).ready(function() {  			$('#pane2').jScrollPane({showArrows:false});		$('.scroll-by').bind(		'click',		function()		{			$('#pane2')[0].scrollBy(parseInt($(this).attr('rel')));			return false;		}	);}); 