$(document).ready (function() {
	// scrollbar
	$('.scroll-pane').jScrollPane({showArrows:true,scrollbarWidth:19,dragMaxHeight:43});
});