#dhtmlgoodies_slideshow{
  width:598px;	/* Total width of slideshow */
}

#previewPane {
  position: relative;
}

#previewPane img {
  line-height: 400px;
}

#previewPane #largeImageCaption { /* CSS styling of image caption below large image */
  display: none;
}

#galleryContainer {
  height: 66px;
  overflow: hidden;
  position: relative;
  padding: 0 10px 10px 10px;
  background-color: #373737;
}

#galleryContainer img.thumb {
  border: 0;
  width: 99px;
  height: 64px;
  margin: 0 4px;
}

#arrow_left {
  position: absolute;
  left: 0px;
  z-index: 10;
  background-color: #373737;
}

#arrow_right {
  position: absolute;
  right: 0px;
  z-index: 10;
  background-color: #373737;
}

#theImages {
  position: absolute;
  height: 66px;
  left: 20px;
  width: 100000px;
}

#theImages #slideEnd {
  float: left;
}

#theImages img {
  float: left;
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor:pointer;
  border: 0px;
}

#waitMessage {
  display: none;
  position: absolute;
  left: 200px;
  top: 150px;
  background-color: #FFF;
  border: 3px double #000;
  padding: 4px;
  color: #555;
  font-size: 0.9em;
  font-family: arial;
}

#theImages .imageCaption {
  display: none;
}