<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div.gal_content {
	display: none;
	clear: both;
    width:698px;
    float:left;
    overflow:hidden;
}

div.gal_content a, div.navigation a {
	text-decoration: none;
}

div.navigation a.pageLink {
	display: block;
    display:none;
	position: relative;
	float: left;
	margin: 2px;
	width: 16px;
	background-position:center center;
	background-repeat:no-repeat;
    height: 50px;
	line-height: 50px;
}
div.navigation a.pageLink:focus {
	outline: none;
}

div.navigation a.prev {
	background-image: url(prevPageArrow.gif);
    margin-left: -11px;
}
div.navigation a.next {
	background-image: url(nextPageArrow.gif);
}



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

div.loader,
div.slideshow a.advance-link,
div.caption-container {
	height: 340px; /* 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: left;
	height: 340px;
    overflow:hidden;
    _margin-left:10px;
}

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;
	top: 0px;
	left: 0;
}
div.slideshow a.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;
}

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.navigation-container {
	float: left;
    overflow:hidden;
}
div.navigation {
	float: left;
	
}

ul.thumbs {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
    _margin-left:-10px;
    width:704px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 4px 4px 0px 0px;
	list-style: none;
    width:74px; 
    height:74px; 
    overflow:hidden;
    
}
a.thumb {
	_padding: 1px;
	display: block;
    
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
    width:auto;
    height:74px;
    max-width:1000px;
    _margin-left:-50%;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}


</pre></body></html>