$(".fotoset-image").mouseenter(function () { $(".fotoset-image").css('z-index', '1'); $(this).css('z-index', '9'); });
$(function() {
  $('#gallery a').lightBox({fixedNavigation:true,txtImage: 'Изображение',txtOf: 'из'});
  $('.adress a').lightBox({fixedNavigation:true,txtImage: 'Изображение',txtOf: 'из'});
});
$(".tab").click(function () { $(".tab").removeClass("activeTab"); $(this).addClass("activeTab"); $(".active").hide(); $("."+$(this).attr('id')).show(); });
$(".manager-name").click(function () { $(".manager-name").removeClass("manager-name-show"); $(this).addClass("manager-name-show"); });
$("#plupperButton").click( function() { plupper.start('galar@plupper.com'); });
