/*

	Settings for various options in relation to the Gallery View Plugin

*/

$(document).ready(function() {
    $('#gallery').galleryView({
        panel_width: 600,
        panel_height: 304,
        frame_width: 38,
        frame_height: 38,
        transition_speed: 1350,
        transition_interval: 10000,
        easing: 'easeInOutQuad',
        nav_theme: 'dark',
        show_captions: false,
        show_filmstrip: true,
        frame_gap: 11, 
        pause_on_hover: true
    });
});
