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