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: 540px; /* This should be set to be at least the height of the largest image in the slideshow */
	width: 740px;
	margin: 0 auto;
}
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: 540px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 540px; /* 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: top;
}
div.caption-container {
	
}


