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: left;
	width: 320px;
	position: relative;
}
div.content a, div.navigation a {
	text-decoration: underline;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	width: 240px;
	height: 25px;
	text-align: right;
}
div.controls-media {
	width: 320px;
	padding: 58px 0 0 0;
	text-align: center;
}
div.collection {
	width: 320px;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
}
div.collection-height {
	padding: 232px 0 0 0;
}
div.ss-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 580px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 407px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
	margin: 0;
	padding: 0;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: -6px;
}
div.slideshow span.image-wrappermedia {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.download {
	float: right;
	margin-top: 8px;
}
div.caption-container {
	width: 320px;
	position: relative;
	clear: left;
	height: 116px;
	color: #726966;

}
div.caption-container-media {
	width: 320px;
	position: relative;
	clear: left;
	height: 70px;
	color: #726966;
	text-align: center;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 320px;
	top: 0;
	left: 0;
	padding-top: 24px;
}
div.caption, div#caption-media {
	font-size: 12px;
	padding: 6px 0 40px 20px;
}
div.image-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
div.image-title {
	*font-weight: normal;
}
div.image-desc {
	padding-top: 2px;
}
div.navigation {
	float: right;
	width: 322px;
}
div.media {
	float: right;
	width: 510px;
	padding: 50px 52px 0 0;
	text-align: center;
}
div.media-height {
	height: 400px;
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.media li {
	width: 112px;
	height: 220px;
	padding-left: 10px;
}
ul.media li div.caption, ul.media li div#caption-media{
	padding: 6px 0 0 0;
}
a.thumb {
	padding: 0px;
	display: block;
}
a.media {
	padding: 2px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	margin: 0;
	padding: 0;
}
a.thumb-media:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
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;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}
div.photo-index {
	color: #888;
}
ul.thumbs li.selected a.thumb {
	border: #000 1px solid;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}
div.navigation-container {
	margin: 0;
	padding: 0;
}
div.nav-control-item {
	text-align: right;
	width: 280px;
	padding-top: 10px;
}
div.nav-control-page {
	width: 240px;
	height: 25px;
	padding: 20px 40px 0;
	text-align: right;
}
div.nav-controls {
	position: absolute;
	top: 30px;
	left: -68px;
}
div.media-controls {
	position: relative;
	top: 0;
	left: 0;
}
#collection-image {
	float: left;
	width: 320px;
}
#collection-thumbs {
	float: left;
	width: 320px;
}