jQuery(document).ready(function($){
  $('#content').jScrollPane({
    	scrollbarWidth:8,
		scrollbarMargin:0,
			dragMaxHeight:57,
			wheelSpeed:10,
    	showArrows:true,
		arrowSize:6
	
		
		
  });
  

	
	/*$(document).ready(function(){
  $('.menu ul a').click(function(e) {
		    var url = $(this).attr('href') + ' #content';
    $('#main').html('loading...').load(url,'', reinitialiseScrollPane);
    e.preventDefault();
  })
});*/
	
	
 


	
	
	
});


