jQuery(document).ready(function(){
        jQuery('#photos').galleryView({
            panel_width: jQuery('#animatie_width').width(),
            panel_height: 300,
            frame_width: 80,
            frame_height: 60
        });
    });
