* { 
  font-family:'Lucida Console', Monaco, monospace;
  font-size:100.01%;
}

html {
  height:100%;
  width:100%;
}

body {
  color:#fff;
  background-color:#000;
}

a.footer {
  color: #555;
  text-decoration: none;
}

a.footer:hover {
  color: #DDD;
}

p.footer {
  color: #555;
  text-align: right;
  position: absolute;
  bottom: -1em;
  left: -1em;
  width: 100%;
}

h1 {
  font-size: 2.2em;
  text-align: center;
  white-space: nowrap;
  margin: 25px 0 0px 0;
  text-shadow: #888 0.1em 0.1em 0.2em
}

/****************/
/* Special DIVs */
/****************/

.carousel_container {
  width: 750px;
  height: 500px;
  margin: 0px auto;
  border: 0px;
}

#thumbs {
  width: 1080px;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}

#picture {
  background-color: #333;
  border: 1px solid #666;
  margin: 5px;
  padding: 1px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  float: left;
}

#picture img {
  border: 1px solid #999;
  vertical-align: middle;
}
