div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 800px;
}
div.content a, div.navigation a {

}
div.content a:focus, div.content a:hover, div.content a:active {
}
div.controls {
}
div.controls a {
}
div.ss-controls {
}
div.nav-controls {
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
	padding:0; margin:0;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 800px;
	height: 400px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
}
div.slideshow img {
	
}
div.download {
	float: right;
}
div.caption-container {
	
}
span.image-caption {
	display: none;
}
div.caption {
	display: none;
}
div.caption a {
	color: #fff;
}
div.image-title {
	display: none;
}

div.image-desc {
	display: none;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	display: none;
}
ul.thumbs {
	position: relative; text-align:center;
	float: left;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin-right: 10px;
	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: 5px;
	padding: 0;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
}
div.pagination span.ellipsis {
	border: none;
	padding: 0;
}

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

div.caption-container {
	color: #eee;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.download {
	margin-top: 8px;
}
div.photo-index {
	color: #800;
}
div.navigation a.prev {
	background: url(../images/index/prevPageArrowWhite.gif);


}
div.navigation a.next { 
	background: url(../images/index/nextPageArrowWhite.gif);


	margin-left:-10px;
}
div.loader {
	background-image: url(../images/index/loaderWhite.gif);
}
div.slideshow img {
	border-color: #fff;
}
ul.thumbs li.selected a.thumb {
	background: #fff;
}
div.pagination a:hover {
	background-color: #111;
}
div.pagination span.current {
	background-color: #fff;
	border-color: #fff;
	color: #000;
}

div.navigation a.pageLink {
	display: block;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat; border:1px solid #fff;
}
div.navigation a.pageLink:focus {
	outline: none;
}
div.navigation a.pageLink {
	height: 77px; 
}

.prev { padding-right:8px; }

.fltlft { float:left; }

#thumbs { padding-left:30px; padding-top:5px;}