// JavaScript Document
$(document).ready(function() {
   	$('.scrollAreaLarge').jScrollPane({dragMaxHeight: 24, scrollbarWidth: 12 });
});