$(function()
{
	$('#pane1').jScrollPane({
                                    showArrows:false
        });
});
