<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#interior-right div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:350px; 
	padding-right:20px;
}
#interior-right div.content a, #interior-right div.navigation a {
	text-decoration: none;
	color: #777;
}
#interior-right div.content  a:focus, #interior-right div.content  a:hover, #interior-right div.content  a:active {
	text-decoration: underline;
}
#interior-right div.controls {
	margin-top: 5px;
	height: 23px;
}
#interior-right div.controls a {
	padding: 5px;
}
#interior-right div.ss-controls {
	float: left;
}
#interior-right div.nav-controls {
	float: right;
}

#interior-right div.caption h2 {
  font-size:14px;
  color:#333;	
}

#interior-right div.loader { 
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 350px
}
#interior-right div.slideshow { 
	clear: both;
}
#interior-right div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
	
}
#interior-right div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	
}
#interior-right div.slideshow img {
	border: none;
	display: block;
}
#interior-right div.download {
	float: right;
	
}
#interior-right div.embox {
	clear: both;
	padding: 12px;
}
#interior-right div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

#interior-right div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
#interior-right div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
#interior-right ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
	
}
#interior-right ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
#interior-right a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	
}
#interior-right ul.thumbs li.selected a.thumb {
	background: #333;
}
#interior-right a.thumb:focus {
	outline: none;
}
#interior-right ul.thumbs img {
	border: none;
	display: block;
}
#interior-right div.pagination {
	text-align:left;
}
#interior-right div.navigation div.top {
	margin:0px 25px 12px 0px;
	text-align:left;
}
#interior-right div.navigation div.bottom {
	margin-top: 12px;
	margin-right:25px;
}
#interior-right div.pagination a, #interior-right div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
#interior-right div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
#interior-right div.pagination span.current {
	font-weight: bold;
	background-color: #eee;
	border-color: #000;
	color: #000;
}

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