#dhtmlgoodies_slideshow{
  width:532px;	/* Total width of slideshow */
}

#previewPane {
  position: relative;
}

#previewPane img {
  line-height: 400px;
}

#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
  font-style: italic;
  text-align: center;
  font-size: 0.9em;
  color: #fff;
  padding: 0 10px 10px 10px;
  background-color: #224f68;
  font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
}

#galleryContainer {
  height: 66px;
  overflow: hidden;
  position: relative;
  padding: 0 10px 10px 10px;
  background-color: #224f68;
}

#galleryContainer img.thumb {
  border: 0;
  width: auto;
  height: 64px;
  margin: 0 5px;
}

#galleryContainer img {
  cursor: pointer;
}

#arrow_left {
  position: absolute;
  left: 0px;
  z-index: 10;
}

#arrow_right {
  position: absolute;
  right: 0px;
  z-index: 10;
}

#theImages {
  position: absolute;
  left: 8px;
  height: 66px;
  width: 100000px;
}

#theImages #slideEnd {
  float: left;
}

#theImages img {
  float: left;
  border: 0px;
  opacity: 0.5;
  cursor:pointer;
  filter: alpha(opacity=50);
}

#waitMessage {
  position: absolute;
  top: 150px;
  left: 200px;
  color: #555;
  padding: 4px;
  display: none;
  font-size: 0.9em;
  font-family: arial;
  background-color: #FFF;
  border: 3px double #000;
}

#theImages .imageCaption {
  display: none;
}

.large-img {
  width: 512px;
  height: auto;
  border: 10px solid #224f68;
}