.interactive-gallery div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 550px;
}
.interactive-gallery div.content a, .interactive-gallery div.navigation a {
	text-decoration: none;
	color: #777;
}
.interactive-gallery div.content a:focus, .interactive-gallery div.content a:hover, .interactive-gallery div.content a:active {
	text-decoration: underline;
}
.interactive-gallery div.controls {
	margin-top: 5px;
	height: 23px;
}
.interactive-gallery div.controls a {
	padding: 5px;
}
.interactive-gallery div.ss-controls {
	float: left;
}
.interactive-gallery div.nav-controls {
	float: right;
}
.interactive-gallery div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.interactive-gallery div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
.interactive-gallery div.slideshow {

}
.interactive-gallery div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.interactive-gallery div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
.interactive-gallery div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
.interactive-gallery div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}
.interactive-gallery div.download {
	float: right;
}
.interactive-gallery div.caption-container {
	position: relative;
	clear: left;
	min-height: 75px;
}
.interactive-gallery span.image-caption {
	display: block;
	position: relative;
	width: 550px;
	top: 0;
	left: 0;
}
.interactive-gallery div.caption {
	padding: 12px;
}
.interactive-gallery div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.interactive-gallery div.image-desc {
	line-height: 1.3em;
	padding-top: 30px;
	padding-bottom: 30px;
}
.interactive-gallery div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
.interactive-gallery ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
.interactive-gallery ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
.interactive-gallery a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
.interactive-gallery ul.thumbs li.selected a.thumb {
	background: #000;
}
.interactive-gallery a.thumb:focus {
	outline: none;
}
.interactive-gallery ul.thumbs img {
	border: none;
	display: block;
}
.interactive-gallery div.pagination {
	clear: both;
}
.interactive-gallery div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
.interactive-gallery div.navigation div.bottom {
	margin-top: 12px;
}
.interactive-gallery div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.interactive-gallery div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
.interactive-gallery div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
.interactive-gallery div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
.interactive-gallery .move-left {
	width: 185px;
	float: left;
}
#container.interactive-gallery {
	margin-bottom: 30px;
}
.interactive-gallery span.image-caption.previous {
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	position: absolute;
}
@media only screen and (max-width: 850px) {
	.interactive-gallery div.controls {
		height: auto;
		margin-bottom: 20px;
	}
	.interactive-gallery div.nav-controls,
	.interactive-gallery div.ss-controls,
	.interactive-gallery div.content,
	.interactive-gallery .move-left {
		float: none;
		width: 100%;
	}
	.interactive-gallery div.slideshow a.advance-link {
		width: 100% !important;
	}
	.interactive-gallery div.slideshow img {
		width: 100%;
		height: auto;
	}
	.interactive-gallery span.image-caption {
		width: 100%;
	}
	.interactive-gallery span.image-caption.previous {
		display: none !important;
		height: 0px !important;
		width: 0px !important;
		position: absolute;
	}
}