$(document).ready(function(){
    $('#photos').galleryView({    
        panel_width: 950,        
        panel_height: 450,        
        transition_speed: 1500,        
        transition_interval: 5000,        
        nav_theme: 'dark',
        pause_on_hover: true    
    });
});

