div.Gallery-Page {
	height: 700px;
}
div.content {
	margin-top: 50px;
	width: 550px;
	float: right;
}
div.content a, div.navigation a {
	text-decoration: none;
}
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 */
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.navigation {
	margin-top: 50px;
}
div.controls a {
	text-decoration: underline;
	padding: 5px;
}
div.nav-controls {
	margin-right: 50px;
	float: right;
}
div.ss-controls {
	float: left;
}
ul.thumbs {
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	border-left-color: #003d7e;
	border-left-width: 1px;
	border-left-style: solid;
	clear: both;
	margin: 0px;
}
ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.thumbs li.selected a.thumb {
	list-style-type: disc;
	font-weight: bold;
}

