var defaults = { 
    loader_image            : '/skin/frontend/websys-A/benwhite/desktop/gallery2/loader.gif',
    start_at_index          : 0,
    description_wrapper     : false,
    thumb_opacity           : 0.7,
    animate_first_image     : true,
    animation_speed         : 800,
    width                   : false,
    height                  : false,
    display_next_and_prev   : true,
    display_back_and_forward: true,
    scroll_jump             : 0, // If 0, it jumps the width of the container
    
    slideshow: {
        enable              : true,
        autostart           : true,
        speed               : 6000,
        start_label         : '',
        stop_label          : '',
        stop_on_scroll      : true,
        countdown           : false,
        countdown_prefix    : '(',
        countdown_sufix     : ')',
        onStart             : false,
        onStop              : false
    },
    effect                  : 'fade', // 'slide-vert', 'slide-hori', 'fade', 'resize', 'none'
    enable_keyboard_move    : true,
    cycle                   : true,
    
    callbacks: {
        init                : false,
        afterImageVisible   : false,
        beforeImageVisible  : false
    }
};


