jQuery(document).ready(function(){
	jQuery(".scroll-content").jScrollPane({scrollbarWidth:24,dragMinHeight:20,dragMaxHeight:20,showArrows:true});
});