  html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
  fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
  }

  body{
    background: black;
    overflow: hidden;
  }

  .slideshow,
  .slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
  }

  .slideshow:after {
    content: '';
    background: transparent url(/images/pattern.png) repeat top left;
  }

  .slideshow li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 100s linear infinite 0s;
    -moz-animation: imageAnimation 100s linear infinite 0s;
    -o-animation: imageAnimation 100s linear infinite 0s;
    -ms-animation: imageAnimation 100s linear infinite 0s;
    animation: imageAnimation 100s linear infinite 0s;
  }

  @-webkit-keyframes imageAnimation { 
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      -webkit-transform: scale(1.05);
      -webkit-animation-timing-function: ease-out;
    }
    17% {
      opacity: 1;
      -webkit-transform: scale(1.1);
    }
    25% {
      opacity: 0;
      -webkit-transform: scale(1.1);
    }
    100% { opacity: 0 }
  }

  @-moz-keyframes imageAnimation { 
    0% {
      opacity: 0;
      -moz-animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      -moz-transform: scale(1.05);
      -moz-animation-timing-function: ease-out;
    }
    17% {
      opacity: 1;
      -moz-transform: scale(1.1);
    }
    25% {
      opacity: 0;
      -moz-transform: scale(1.1);
    }
    100% { opacity: 0 }
  }

  @-o-keyframes imageAnimation { 
    0% {
      opacity: 0;
      -o-animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      -o-transform: scale(1.05);
      -o-animation-timing-function: ease-out;
    }
    17% {
      opacity: 1;
      -o-transform: scale(1.1);
    }
    25% {
      opacity: 0;
      -o-transform: scale(1.1);
    }
    100% { opacity: 0 }
  }

  @-ms-keyframes imageAnimation { 
    0% {
      opacity: 0;
      -ms-animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      -ms-transform: scale(1.05);
      -ms-animation-timing-function: ease-out;
    }
    17% {
      opacity: 1;
      -ms-transform: scale(1.1);
    }
    25% {
      opacity: 0;
      -ms-transform: scale(1.1);
    }
    100% { opacity: 0 }
  }

  @keyframes imageAnimation { 
    0% {
      opacity: 0;
      animation-timing-function: ease-in;
    }
    8% {
      opacity: 1;
      transform: scale(1.05);
      animation-timing-function: ease-out;
    }
    17% {
      opacity: 1;
      transform: scale(1.1);
    }
    25% {
      opacity: 0;
      transform: scale(1.1);
    }
    100% { opacity: 0 }
  }

  #zoom {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
  }

  #zoom a {
    text-align: right;
    font-family: 'Six Caps', Verdana, sans-serif;
    display: block;
    text-decoration: none;
    color: white;
    text-shadow: black 2px 2px 2px;
    font-size: 50px;
    line-height: 1.1em;
  }

  h1 {
    font-family: 'Six Caps', Verdana, sans-serif;
    font-size: 200px;
    font-style: normal;
    font-weight: bold;
    text-transform: normal;
    letter-spacing: -2px;
    line-height: 1.2em;
    color: white;
    text-transform:uppercase;
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 50px;
    opacity: 0.7;
    text-shadow: black 2px 2px 2px;
  }

  h1 small {
    font-size: 100px;
  }

.slideshow :nth-child(1) {
  background-image:url(http://farm8.static.flickr.com/7056/6891578205_6d54d05a53_z.jpg);
}
.slideshow :nth-child(2) {
  background-image:url(http://farm8.static.flickr.com/7205/6891583401_369cfb63b1_z.jpg);
  -webkit-animation-delay: 10s;
  -moz-animation-delay: 10s;
  -o-animation-delay: 10s;
  -ms-animation-delay: 10s;
  animation-delay: 10s;
}
.slideshow :nth-child(3) {
  background-image:url(http://farm8.static.flickr.com/7198/6891564311_5c9c263a3b_z.jpg);
  -webkit-animation-delay: 20s;
  -moz-animation-delay: 20s;
  -o-animation-delay: 20s;
  -ms-animation-delay: 20s;
  animation-delay: 20s;
}
.slideshow :nth-child(4) {
  background-image:url(http://farm8.static.flickr.com/7155/6678485875_c8a5fbbdf4_z.jpg);
  -webkit-animation-delay: 30s;
  -moz-animation-delay: 30s;
  -o-animation-delay: 30s;
  -ms-animation-delay: 30s;
  animation-delay: 30s;
}
.slideshow :nth-child(5) {
  background-image:url(http://farm8.static.flickr.com/7014/6678470443_286bb08e8a_z.jpg);
  -webkit-animation-delay: 40s;
  -moz-animation-delay: 40s;
  -o-animation-delay: 40s;
  -ms-animation-delay: 40s;
  animation-delay: 40s;
}
.slideshow :nth-child(6) {
  background-image:url(http://farm8.static.flickr.com/7155/6588317395_2aa8fbf9de_z.jpg);
  -webkit-animation-delay: 50s;
  -moz-animation-delay: 50s;
  -o-animation-delay: 50s;
  -ms-animation-delay: 50s;
  animation-delay: 50s;
}
.slideshow :nth-child(7) {
  background-image:url(http://farm8.static.flickr.com/7028/6588312099_021aebe787_z.jpg);
  -webkit-animation-delay: 60s;
  -moz-animation-delay: 60s;
  -o-animation-delay: 60s;
  -ms-animation-delay: 60s;
  animation-delay: 60s;
}
.slideshow :nth-child(8) {
  background-image:url(http://farm8.static.flickr.com/7143/6588281145_20a1f29f5d_z.jpg);
  -webkit-animation-delay: 70s;
  -moz-animation-delay: 70s;
  -o-animation-delay: 70s;
  -ms-animation-delay: 70s;
  animation-delay: 70s;
}
.slideshow :nth-child(9) {
  background-image:url(http://farm8.static.flickr.com/7162/6419493671_cc4e01b2e4_z.jpg);
  -webkit-animation-delay: 80s;
  -moz-animation-delay: 80s;
  -o-animation-delay: 80s;
  -ms-animation-delay: 80s;
  animation-delay: 80s;
}
.slideshow :nth-child(10) {
  background-image:url(http://farm8.static.flickr.com/7152/6419495135_25a28bb805_z.jpg);
  -webkit-animation-delay: 90s;
  -moz-animation-delay: 90s;
  -o-animation-delay: 90s;
  -ms-animation-delay: 90s;
  animation-delay: 90s;
}

