div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
}

div.slideshow-container {
	position: relative;
	clear: both;
	height: 440px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	text-align: center;
}
div.slideshow a.advance-link {
	display: block;
	height: 440px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 440px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
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: middle;
	border: 1px solid #ccc;
}

div.texter {position: absolute; top: -420px; width: 100%; z-index: 1000; min-height: 400px; background-color: #fff;}

div.caption-container {
	
}
span.image-caption {
	display: block;
	position: absolute;
	left: 20px;
	width: 610px;
	text-align: center;
	background: #FFF;
}


