$(function()
{
	$('.scroll').jScrollPane();
	$('.scroll').jScrollPane({scrollbarWidth:16, scrollbarMargin:10, dragMaxHeight:39, showArrows:true});
});
