Customize styles of both navigation buttons:
hermitage.navigationButtons.styles = { width: '150px', backgroundColor: '#1a1a1c' }
Or only 'Next' button:
hermitage.navigationButtons.next.styles = { fontStyle: 'italic' }
And some more styles for 'Previous':
hermitage.navigationButtons.previous.styles = { fontSize: '16px' }
Change the texts:
hermitage.navigationButtons.next.text = 'Next'
hermitage.navigationButtons.previous.text = 'Prev'