jQuery(window).jbgcss("../../css/jbgallery.css");//customize url 
 jQuery(document).ready(function(){
		jQuery(".jbgallery").jbgallery({menu : "numbers", style : "zoom", labels : {
        play : "слайдшоу",
        next : "следующая",
        prev : "предыдущая",
        stop : "стоп",
        close: "закрыть"
  }});
	});
