$(function(){
	$('.scroll-pane').jScrollPane(
		{
			scrollbarWidth:10, 
			scrollbarMargin:5,
		}
	);
});
