div.content {
	display: none;
	float: left;
}

div.content a, div.navigation a {
	text-decoration: none;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

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

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow img {
	position:absolute;
	top:0;
	left:0;
	border: none;
}

div.caption{
	width:508px;
	height:18px;
	position:absolute;
	bottom:0;
	background-color:#fff;
	background-color: rgba(255,255,255,0.6);
}

div.image-title, div.image-caption {
	font-family: 'CenturyGothicRegular', Arial, sans-serif;
	font-size: 10px;
	font-weight:normal;
	text-align:left;
	color:#485E73;
	margin-left:10px;
	margin-top:4px;
}

ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: right;
	margin: 0;
	list-style: none;
	margin-bottom:30px;
}

ul.thumbs li:last-child {
	float: right;
	margin: 0;
	list-style: none;
	margin-bottom:0px;
}

a.thumb {
	display: block;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
	width:105px;
}

.navigation {
	margin-left:10px;
	height:403px;
	overflow: auto;
}

div.navigation div.top {
	margin-bottom: 0px;
	height: 0px;
}

div.navigation div.bottom {
	margin-top: 0px;
}