div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:700px; 
}
div.controls {
	font-weight: bold;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('../images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 495px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	display: block;
}
div.slideshow a.advance-link {
	display: block;
	text-align: center;
	padding-bottom: 5px;
}
div.slideshow img {
	border: 1px solid #d5d5d5;
}
div.download {
	float: right;
}
.caption {
	position: relative;
	overflow: visible;
}
div.embox {
	clear: both;
	border: 1px solid #d5d5d5;
	background-color: #eee;
	width: 660px;
	float: right;
	padding: 10px 20px;
}
div.image-title {
	float: left;
	width: 660px;
}
div.image-title p {
	font-size: 200%;
	line-height: 2em;
	font-weight: bold;
	float: left;
	width: 660px;
	margin: 0;
}
div.image-title strong {
	font-size: 200%;
	float: left;
	margin-right: 20px;
}
div.image-desc {
	white-space: nowrap;
	float: left;
	display: none;
}
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 {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	height: 78px;
	width: 109px;
	float: left;
	padding: 0;
	margin: 2px 4px 2px 0;
	list-style: none;
}
a.thumb {
	float: left;
	padding: 1px;
	border: 1px solid #d5d5d5;
}
ul.thumbs li.selected a.thumb {
	background: #99ccff;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	height: 74px;
	width: 105px;
	border: none;
	display: block;
}
div.pagination {
	clear: both;
	display: none;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #d5d5d5;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #99ccff;
	border-color: #d5d5d5;
	color: #fff;
}

