function pirobox_init() { $().piroBox({ text_close : 'pirobox: close', text_next : 'pirobox: next', text_prev : 'pirobox: prev', text_of : 'pirobox: of', text_play : 'pirobox: play', text_stop : 'pirobox: stop', text_open_image : 'pirobox: open_image', my_speed: 400, //animation speed bg_alpha: 0.8, //background opacity slideShow : true, // true == slideshow on, false == slideshow off slideSpeed : 4, //slideshow close_all : '.piro_close,.piro_overlay' // add class .piro_overlay(with comma)if you want overlay click close piroBox }); }