jQuery(document).ready(function() {
	jQuery().piroBox_ext({
  		piro_speed : 700,
  		bg_alpha : 0.5,
 		piro_scroll : true // pirobox always positioned at the center of the page
	});
});

