$(function(){
		$('.scroll-pane').jScrollPane({
			showArrows:false, 
			scrollbarWidth:11, 
			dragMaxHeight:46
		});
});
