// JavaScript Document
 $(document).ready(function() {
	$(function()
	{
		$('.scroll-custom').jScrollPane();
	});
 });
 
