div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 485px; 	
}

div.content a, div.navigation a {
	color: #777;
	text-decoration: none;
}

div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}

#content #thumbs #controls {
	font-size: 15px;
	margin-top: -15px;
}

div.controls a {
	padding: 5px;
}

div.ss-controls {
	display: none;
	float: left;
}

div.nav-controls {
	font-size: .72em;
	margin: 10px 0;
	text-align: right;
}

div.slideshow-container {
	clear: both;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
	position: relative;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
	position: absolute;
		top: 0;
		left: 0;
	width: 485px;
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
		top: 0;
		left: 0;
}

div.slideshow a.advance-link {
	display: block;
	height: 360px; /* This should be set to be at least the height of the largest image in the slideshow */
	margin-left: -4px;
	text-align: left;
	width: 485px;
}

div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}

div.slideshow img {
	border: none;
	vertical-align: top;
}
div.download {
	float: right;
}

div.caption-container {
	margin: 0 auto;
	width: 530px;
}

span.image-caption {
	position: absolute;
	width: 530px;
}

div.caption {
	padding: 0px;
	text-align:center;
}

div.image-title {
	font-size: 1.2em;
}
div.image-desc {
	font-weight: lighter;
	font-size: 1.2em;
	line-height: 1.2em;
	padding-top: 0px;
	color: #a1a1a1;
}

#content p {
	font-size: .7em;
	margin: 0;
	padding: 0;
	text-align: justify;	
}

div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}

ul.thumbs {
	clear: both;
	margin: 0px;
	padding: 0px;
}

ul.thumbs li {
	float: left;
	list-style: none;
	margin: 0px 0px 10px 8px;
	padding: 0;
}

a.thumb {
	border: none;
	display: block;
	padding: 0px;	
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	clear: both;
	margin-left: 10px;
}

div.navigation div.top {
	height: 11px;
}

div.navigation div.bottom {
	margin-top: 12px;
}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	border: none;
	float: left;
	margin-right: 10px;
	padding: 0px;
}

div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}

div.pagination span.current {
	background-color: #a1a1a1;
	border-style: none;
	color: #fff;
	font-weight: lighter;
}

div.pagination span.ellipsis {
	border: none;
	padding: 0px;
}

div.top {
	display: none;
} 
	
div.bottom {
	float: right;
}

#content div.image-desc p {
	text-align: center;
	font-size: .5em;
}
