$(document).ready(function(){
	$(function()
	{
		$('.scroll-pane').jScrollPane({
			showArrows: true
		});
	});
});
