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. */
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 20px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: right;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	float: left;
}
div.slideshow span.image-wrapper {
	float: left;
}
div.slideshow a.advance-link {
	display: block;
}
div.slideshow img {
	display: block;
}
div.download {
	float: right;
}
div.embox {
	float: right;
	margin: 30px 15px 0px 0px;
	width: 290px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	float: right;
	width: 290px;
}
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;
	display: none;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	list-style: none;
}
a.thumb {
	color: #666666;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.thumbs li.selected a.thumb {
	color: #333333;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	border-top: 1px #f1f1f1 solid;
	margin: 0px 15px 0px 0px;
	clear: both;
}
div.pagination a, div.pagination span.current {
	color: #4c4c4c;
	float: left;
	margin: 0px;
	padding: 0px 5px 0px 5px;
}
div.pagination a:hover {
	color: #a5a5a5;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	color: #a5a5a5;
}

next {
	float: right;
}
