$(document).ready(function(){
	scrollContent()
});

function scrollContent(){
	$('.l-scroll').jScrollPane({showArrows:true, scrollbarWidth:18, dragMinHeight:13, dragMaxHeight:13});
}