﻿$(document).ready(function(){
	$('.box_scroll').each(function(){ 
		$(this).jScrollPane({showArrows:false});
	});
});
