$(document).ready(function() {
    $('#carrusel').galleryView({
        panel_width: 960,
        panel_height: 298,
        transition_speed: 1500,
        transition_interval: 5000,
        nav_theme: 'dark',
        border: '1px solid white',
        pause_on_hover: true,
        frame_width: 0,
        frame_height: 0,
        show_captions: false
    });
});


