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;
	0position: absolute;
	0top: 188px;
	0right: 40px; 
	width:366px; 
	margin-top: 20px; 
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 2px 7px 2px 7px;
	border: 1px solid #e7e7e7;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right; 
}
div.nav-controls a {
margin-left: 2px;
}

div.loader {
	background-image: url('../assets/gui/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 366px;
	height: 275px;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	0padding: 2px;
	display: block;
	0border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
	height: 275px;
	width: 366px;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	0border: 1px solid #ccc;
	0background-color: #eee;
}

div.navigation {
	width: 273px;
	0min-height: 540px; 
	padding-top: 10px;  
	/* 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 {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #fff;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
	border: 1px solid #ccc;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	0margin-bottom: 12px;
	0height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 2px 7px 2px 7px;
	border: 1px solid #e7e7e7;
}
div.pagination a:hover {
	background-color: #E5FFE6;
	color: #099;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #80C8E3;
	border-color: #80C8E3;
	color: #fff;
}
div.caption p {
	color: #333;
	float: right;
	font-size: .9em;
	font-style: italic;
	margin: -10px 5px;
	text-align: right;
}
