<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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: right;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #daccb1;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 0px;
	height: 0px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}

div.slideshow-container {
	position: relative;
	clear: both;
    height: 670px;
    margin-left: 70px;
    width: 550px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
  width: 650px;
  height: 650px; /* This should be set to be at least the height of the largest image in the slideshow */
 /* This should be set to be at least the height of the largest image in the slideshow */
	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 img {
	vertical-align: middle;
    max-height: 650px;
    max-width: 650px;
}
div.download {
	float: right;
}
div.caption-container {
    width: 800px;
    text-align: left;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
    position: absolute;
    padding-left: 90px;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-size: 16px;
}
div.image-desc {
    font-size: 15px;
}
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: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
}

a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
    width: 105px;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
    float: right;
}

div.pagination a, div.pagination span.ellipsis{
    background-color: rgba(255, 255, 255, 0.05);}

div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	padding: 4px 5px 4px 5px;

    border-radius: 3px 3px 3px 3px;
    text-align: center;
    color: rgb(218, 204, 177);
    cursor: pointer;
    margin: 15px 10px 20px 0;
    font-size: 16px;

}

div.pagination a:hover {
    color: rgb(202, 160, 78);
	text-decoration: none;
    cursor: pointer;
}

div.pagination span.current {
    background-color: #242424;
    color: #bf984c;
}

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


.play {
    display: none;
}

a.next {
    background: url(../img/right-arow.jpg) no-repeat ;
    padding: 10px;
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    left: 680px;
    top: 320px;
}



a.prev {
    background: url(../img/left-arow.jpg) no-repeat ;
    padding: 10px;
    display: inline-block;
    width: 42px;
    height: 42px;
    position: relative;
    top: 320px;
    left: 20px;
}</pre></body></html>