$(document).ready(function(){ 
    jQuery().piroBox({
      	my_speed: 300,  
		bg_alpha: 0.3,
		radius: 4,
		this_next : 'next',
		this_prev : 'prev',
		credit: null
   	});
}); 
