div#container {
	overflow: hidden;
}
div.content {
	clear: both;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

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

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

div.controls {
	padding-top: 15px;
	margin-right: 15px;
	clear: both;
}
div.controls a {
	display: inline;
	z-index:999;
	color:#999;
	font-size:14px;
	margin: 15px;
}

div.controls a:hover { color:#003366; text-decoration: none; } 

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

div.nav-controls {
	float: right;
	margin-right:-20px;
}

/* 
div.nav-controls a.next { background: transparent url(../images/arrow_next.png) no-repeat; }
div.nav-controls a:hover.next { background: transparent url(../images/arrow_next_on.png) no-repeat; }

div.nav-controls a.prev { background: transparent url(../images/arrow_previous.png) no-repeat; }
div.nav-controls a:hover.prev { background: transparent url(../images/arrow_previous_on.png) no-repeat; }
*/

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

div.slideshow-container {
	position: relative;
	clear: both;
	float: right;
	height: 310px;
	width: 100%;
	border-top:1px #ccc solid;
	border-bottom:1px #ccc solid;	
}

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

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

div.slideshow img {
	border:none;
}
div.caption-container {
	float: left;
	position: relative;
}
span.image-caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;	
	padding-top:30px;
	height: 292px;
	margin:0px;	
}

div.caption-container, span.image-caption {
width: 250px;
font-weight:normal;
}

div.caption {
	padding: 0px;
	margin: 0px;	
}

div.image-title {
	font-size: 16px;
	color:#003768;
}
div.image-desc {
	padding-top: 12px;
	font-size:12px;
	color:#999;
	line-height:18px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 12px;
}
div.navigation-container {
	float: left;
	position: relative;
	left: 50%;
	margin-top: 20px;
}
div.navigation {
	float: left;
	position: relative;
	left: -50%;
}
div.navigation a.pageLink {
	display: block;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
	font:bold 10px;
}
div.navigation a.pageLink:focus {
	outline: none;
}

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

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

div.sets { position: absolute; left: 0; bottom: 50px; }
