#slideshowWrapper {
	margin: 4px 0 8px 0;
}

#slideshowFrame {
  background-color: #E0E0F0;
  padding: 23px 24px;
}

#slideshowImage {
  width: 708px;
  height: 222px;
  z-index: 5;
  display: block; /* For the static image to be displayed in case of disabled javascript. */
  overflow: hidden;
  position: relative;
}

#slideshowImage img {
  border: 0;
  margin: 0;
}

#slideshowImage .slideElement {
  width: 100%;
  height: 100%;
  background-color: #000;
  background-repeat: no-repeat;
}

#slideshowImage .slideInfoZone {
  position: absolute;
  z-index: 10;
  width: 100%;
  margin: 0px;
  left: 0;
  bottom: 0;
  height: 3em;
  background: #333;
  text-indent: 0;
}

#slideshowImage .slideInfoZone h3 {
  padding: 0;
  font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
  font-size: 80%;
  margin: 2px 5px;
  font-weight: bold;
  color: #fff;
}

#slideshowImage .slideInfoZone p {
  padding: 0;
  font-family: Tahoma, Verdana, Arial, Geneva, sans-serif;
  font-size: 80%;
  margin: 2px 5px;
  color: #eee;
}

#slideshowImage a {
  font-size: 100%;
  text-decoration: none;
  color: inherit;
}

