.b-xalbum-file{
  position: relative;
}

.b-xalbum-file._status_remove{
  background: #f1f1f1 url(images/ico-status-remove.png) center center no-repeat !important;
}

.b-xalbum-file._status_remove *{
  display: none !important;
}

.b-xalbum-file__link._access_anon{
  position: relative;
}

.b-xalbum-file__link._access_anon:before{
  content: ' ';
  background: url(images/bg-default.gif) 0px 0px no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='7');
  -webkit-transform: scale(2);
  z-index: 1;
}

.b-xalbum-file__link._access_anon:after{
  background-image: url(images/ico-access-anon.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: ' ';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}