jQuery(document).ready(function($){
    $('#xphotos').galleryView({
        panel_width: 418,
        panel_height: 250,
        frame_width: 58,
        frame_height: 58
    });
});