@import url(http://fonts.googleapis.com/css?family=Istok+Web);
@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
95% { left: -300%; }
100% { left: -400%; }
}
body, figure { 
  margin: 0; background: #101010;
  font-family: Istok Web, sans-serif;
  font-weight: 100;
}
div#captioned-gallery { 
  width: 100%; overflow: hidden; 
}
figure.slider { 
  position: relative; width: 500%;
  font-size: 0; animation: 30s slidy infinite; 
}
figure.slider figure { 
  width: 20%; height: auto;
  display: inline-block;  position: inherit; 
}
figure.slider img { width: 100%; height: auto; }
figure.slider figure figcaption { 
  position: absolute; bottom: 0;
  background: rgba(0,0,0,0.4);
  color: #fff; width: 100%;
  font-size: 2rem; padding: .6rem; 
}


div.background {
  background: url(klematis.jpg) repeat;
  border: 2px solid black;
}

div.transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
}

div.infobox {
  position: absolute;
  right: 150px;
  top: 100px;
  box-shadow: inset 0 0 10px;
  background-color: #ffffff;
  font-family: Bookman Old Style;
  text-align: center;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}

div.infobox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
  font-size: 48px;
}

div.infobox p2 {
  margin: 5%;
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  font-style: italic;
}

div.menubox {
  position: absolute;
  left: 970px;
  top: 350px;
  background-color: rgb(204, 204, 204);
  background-color: rgba(204, 204, 204, 0.5);
  font-family: Bookman Old Style;
  text-align: center;
}

div.menubox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
  font-size: 20px;
}


div#copyright {
  position: absolute;
  text-align: center;
  background-color: black;
  font-family: Bookman Old Style;
  font-size: 10px;
  color: white;
}