If we create a gallery and don't include an unordered list of thumbnails, GalleryView will create a gallery without a filmstrip. Navigation is moved to the panels, and the 'back' and 'forward' buttons display when the user moves his mouse over the gallery.
$('#photos').galleryView({
panel_width: 800,
panel_height: 300,
transition_speed: 1500,
transition_interval: 5000,
nav_theme: 'dark',
border: '1px solid white',
pause_on_hover: true
});