@charset 'UTF-8';
.gallery,
.jmig-img-hide
{
    opacity: 0;
}

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

@keyframes fadeIn
{
    from
    {
        opacity: 0;
    }
    to
    {
        opacity: 1;
    }
}

.jmig-gallery-loaded,
.jmig-img-show
{
    -webkit-animation: fadeIn ease-in-out 1; /* call our keyframe named fadeIn, use animattion ease-in-out and repeat it only 1 time */
       -moz-animation: fadeIn ease-in-out 1;
            animation: fadeIn ease-in-out 1;
    -webkit-animation-duration: .3s;
       -moz-animation-duration: .3s;
            animation-duration: .3s;

    opacity: 0; /* make things invisible upon start */

    -webkit-animation-fill-mode: both; /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
       -moz-animation-fill-mode: both;
            animation-fill-mode: both;
}
/*
     FILE ARCHIVED ON 14:19:31 Sep 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:48:33 Dec 04, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.036
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.084
  esindex: 0.007
  cdx.remote: 17.304
  LoadShardBlock: 221.459 (3)
  PetaboxLoader3.datanode: 437.302 (5)
  load_resource: 1037.392 (2)
  PetaboxLoader3.resolve: 789.414 (2)
*/