#dhtmlgoodies_slideshow {
  width: 768px;	/* Total width of slideshow */
}

#galleryContainer {
  background-image: url('http://dev.kennelgallant.nl/graphics/bgSlide.jpg');
  background-position: top;
  background-repeat: repeat-x;
  height: 107px;	/* Height of the images + 2 */
  position: relative;
  overflow: hidden;
  padding-top: 0px;
		
  /* CSS HACK */
  height: 109px;	/* IE 5.x - Added 2 pixels for border left and right */
  height/* */:/**/109px;	/* Other browsers */
  height: /**/109px;
}

#arrow_left {
  background-color: #f4f4e9;
  background-image: url('http://dev.kennelgallant.nl/graphics/bgSlide.jpg');
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  left: 0px;
  z-index: 10;
  padding: 1px;
}

#arrow_right{
  background-color: #f4f4e9;
  background-image: url('http://dev.kennelgallant.nl/graphics/bgSlide.jpg');
  background-position: top;
  background-repeat: repeat-x;
  position: absolute;
  right: 0px;
  z-index: 10;
  padding: 1px;
}

#theImages {
  position: absolute;
  height: 100px;
  left: 40px;
  width: 100000px;
}

#theImages #slideEnd {
  float:left;
}

#theImages img {
  float: left;
  padding: 1px;
  filter: alpha(opacity=50);
  opacity: 0.5;
  border: 0px;
}
	
#theImages .imageCaption {
  display:none;
}

