$(function(){
	$('.scroll-pane').jScrollPane(
		{
			showArrows: true,
			maintainPosition: true,
			scrollbarWidth:60,
			arrowSize:1
		}
	); 
						
});
