div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the images content won't display unless javascript is enabled. */
	display: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	margin: 0 0 0 10px;
}
div.ss-controls {
	position: absolute;
	bottom: 15px;
	right: 5px;
	text-align: right;
}
div.ss-controls a {
	color: #888888;
	padding: 0;
}
div.nav-controls {
	position: absolute;
	bottom: 54px;
	right: 2px;
	text-align: right;
}

div.loading {
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
}
td.images {
	width: 640px;
	height: 430px;
	line-height: 430px;
	vertical-align: middle;
}
div.images span.image-wrapper {
}
div.images img {
	border: none;
}
div.download {
	float: right;
}
div.captions {
	clear: both;
	position: absolute;
	width: 640px;
	overflow: hidden;
	bottom: 46px;
	left: 0;
	font-size: 10px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 570px;
	margin: 0;
	padding: 0;
}
#overChart ul.thumbs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
a.thumb {
	padding: 0;
	display: block;
	border: 1px solid #ffffff;
}
ul.thumbs li.selected a.thumb {
	border: 1px solid #88b838;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	width: 25px;
	height: 25px;
	border: none;
	display: block;
}
div.navigation div.top {
}
div.navigation div.bottom {
	position: absolute;
	bottom: 35px;
	right: 0;
	margin: 0;
	padding: 0;
}
div.pagination {
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin: 0 0 0 5px;
	text-align: right;
	color: #888888;
	font-size: 14px;
}
div.pagination a:hover, div.pagination span.current {
	color: #88b838;
}
