$(document).ready(function(){

	$(function()
	{
		$('.l-main-h-content-b-inner-b').jScrollPane({showArrows:true, scrollbarWidth:8});
	});
	
});
