body .pswp {
  z-index: 9999;  
}

.pswp_item,
.pswp_item img{
  cursor: pointer; 
}

.pswp_item.wait img{
  cursor: progress;
} 

.pswp .pswp__caption__center {
  text-align: center;
}
.pswp .pswp__img--placeholder--blank {
  background-position: 50% 50%;
  background-image: url(ps.gif);
  background-repeat: no-repeat;
  opacity: 0.8;
}

body .pswp__ui--fit .pswp__top-bar, body .pswp__top-bar{
  background: none;
}

body .pswp__caption{
  -webkit-transition: margin-bottom 800ms ease-in-out 0s;
  -moz-transition: margin-bottom 800ms ease-in-out 0s;
  -o-transition: margin-bottom 800ms ease-in-out 0s;
  transition: margin-bottom 800ms ease-in-out 0s;
  margin-bottom:0;
}

body .pswp__caption--empty {
  display: block;
  margin-bottom:-100%;
}

.pswp.wait{
  display: none;
}