div.galleryContent {
	/* 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;
	width:35.5em; 
}
div.galleryContent a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.galleryContent  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0.5em;
	height: 2.3em;
}
div.controls a {
	padding: 0.5em;
}
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: 36em;
	height: 36em;
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 1.2em;
}
div.slideshow a.advance-link {
	display: block;
	width:35.5em;
}
div.slideshow img {
	border: none;
	display: block;
	margin: 0 auto;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 0.5em;
}
div.image-title {
	font-size: 1.4em;
}
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 {
	float: left;
	padding: 0;
	margin: 0.4em 0.4em 0.4em 0;
	list-style: none;
}

a.thumb {
	padding: 0.2em;
	display: block;
	border: 1px solid #cccccc;
}
ul.thumbs li.selected a.thumb {
	border: 1px solid #d89860;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
	width: 5em;
}
div.pagination {
}
div.navigation div.top {
}
div.navigation div.bottom {
	margin-top: 1.2em;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}