// Pirobox 1.0 Extended Aufruf

$(document).ready(function() {
    $().piroBox_ext({
        piro_speed : 700,  // animation speed (from 500 to 1000 - 700 recommended)
        bg_alpha : 0.6,    // background opacity (0 - 1)
        piro_scroll : true //pirobox always positioned at the center of the page  (true= fixed, false= relative)
        
    });
});
