#thumbnails {
  margin-top: 40px;
  width: 670px;
  margin-bottom: 40px;
}
.slideshowContainer {
  border: 2px ridge #999999;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  width: 480px;
  height: 360px;
}
.loading {
  background: transparent url(images/loading.gif) no-repeat scroll center;
}
.slideshowThumbnail {
  margin: 5px;
  height: 75px;
  width: 100px;
  float: left;
}
.slideshowThumbnail img {
  border: 1px solid white;
  padding: 4px;
}
a.slideshowThumbnail:hover img {
  border: 1px solid #cccccc;
  padding: 4px;
}
.outline {
  border: 1px solid orange;
  z-index: 0;
  position: absolute;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
}
.menue {
  margin: 0 0 5px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  height: 20px;
  float: left;
  line-height: 30px;
}
