// JavaScript Document
$(document).ready(function() {
	
	$('.scrollbar').jScrollPane(
						{
							showArrows:true,
							scrollbarWidth:9,
							dragMaxHeight:28
								
						});
		
});	

