.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    bottom: 0; 
    z-index: 0;
}

.slide ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    list-style: none;
    background-color: rgba(51, 51, 51, 0.8);
    background-blend-mode: overlay;
}

.slide .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.slide .dots li {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.4;
    cursor: pointer;
    transition: background .5s, opacity .5s;
    list-style: none;
}
.slide .dots li.active {
    background: #fff;
	opacity: 1;
}
.slide .arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background .5s, opacity .5s;
}

.slide .arrow .arrow-left,
.slide .arrow .arrow-right {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0.5;
    transition: background .5s, opacity .5s;
}

.slide .arrow  .arrow-left:hover,
.slide .arrow  .arrow-right:hover {
    opacity: 1;
}

/*
     FILE ARCHIVED ON 12:36:00 Sep 18, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:39:39 May 13, 2026.
     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: 0.439
  exclusion.robots: 0.047
  exclusion.robots.policy: 0.039
  esindex: 0.006
  cdx.remote: 17.806
  LoadShardBlock: 203.675 (3)
  PetaboxLoader3.datanode: 149.195 (4)
  PetaboxLoader3.resolve: 144.712 (3)
  load_resource: 105.217
*/