div.slideshow-container {
  margin: 0; padding: 0;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
  width: 600px;
  position: relative;
	clear: both;
}

div.content a, div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.slideshow a, div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	vertical-align: top;
	border: 1px solid #ccc;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0; left: 0;
}

div.slideshow a.thumb {
	width: 600px;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
  text-align: left;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 35px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 600px;
	top: 0; left: 0;
}
div.caption {
	padding: 12px 0 12px 3px;
}

ul.thumbs {
	display: none;
}

div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 600px;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
}