#container {
	overflow: hidden;
	background-color:#000;
	width:900px;
	margin:0 auto;
	padding:5px;
	border-radius:20px;
}
.content {
	display: none;
	clear: both;
}

.content a, .navigation a {
	text-decoration: none;
}
.content a:hover, .content a:active {
	text-decoration: underline;
}

.navigation .pageLink {
	height: 77px;
	line-height: 77px;
}

.controls {
	margin-top: 5px;
	height: 23px;
}
.controls a {
	padding: 5px;
}
.ss-controls {
	float: left;
}
.nav-controls {
	float: right;
}

.slideshow-container,
.loader,
.slideshow .advance-link {
	width: 510px; /* This should be set to be at least the width of the largest image in the slideshow with padding */
}

.loader,
.slideshow .advance-link,
.caption-container {
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */	
}

.slideshow-container {
	position: relative;
	clear: both;
	float: left;
	height: 532px;
}

.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.slideshow .image-wrapper {
	display: block;
	position: absolute;
	top: 30px;
	left: 0;
}
.slideshow .advance-link {
	display: block;
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow with padding */
	text-align: center;
}

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

.slideshow img {
	border-style: solid;
	border-width: 1px;
}
.caption-container {
	float: right;
	position: relative;
	margin-top: 30px;
}
.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.caption-container, .image-caption {
	width: 334px;
}

.caption {
	padding: 0 12px;
}

.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
.image-desc {
	line-height: 1.8em;
	padding-top: 12px;
}
.download {
	margin-top: 8px;
}
.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
.navigation-container {
	float: left;
	position: relative;
	left: 50%;
}
.navigation {
	float: left;
	position: relative;
	left: -50%;
}
.navigation .pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
}
.navigation .pageLink:focus {
	outline: none;
}

.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}
.thumbs li {
	float: left;
	padding: 0;
	margin: 2px;
	list-style: none;
}
.thumb {
	padding: 1px;
	display: block;
}
.thumb:focus {
	outline: none;
}
.thumbs img {
	border: none;
	display: block;
}
.pagination {
	clear: both;
	position: relative;
	left: -50%;
}
.pagination a, .pagination .current, .pagination .ellipsis {
	position: relative;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
.pagination a:hover {
	text-decoration: none;
}
.pagination span.current {
	font-weight: bold;
}
.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.gallery-gutter {
	clear: both;
	padding-bottom: 20px;
}
