jQuery(document).ready(function(){
   
   jQuery(".jbgallery").jbgallery({
		style     : "zoom",
		menu 	: "numbers",
		slideshow : true 
   });
   
});
