<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.default-font {
  font: normal 15px/22px 'PT Sans', Helvetica, Arial, sans-serif;
  color: #454545;
}
.border-button-style {
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px #bbbbbb;
}
.border-button-style-invers {
  border: 1px solid #fff;
  border-radius: 3px;
}
.border-default-style {
  border: 1px solid #fff;
  box-shadow: 0 0 3px #bbbbbb;
}
.border-main-box {
  box-shadow: 1px 1px 1px #dfdfdf;
  border: 1px solid #fff;
}
div.content {
  float: left;
  width: 240px;
}
div.content a,
div.navigation a {
  text-decoration: none;
  color: #777;
}
div.content a:focus,
div.content a:hover,
div.content a:active {
  text-decoration: underline;
}
div.controls {
  margin-top: 5px;
  height: 23px;
}
div.controls a {
  padding: 5px;
}
div.ss-controls {
  float: left;
}
div.nav-controls {
  float: right;
}
div.slideshow-container {
  position: relative;
  clear: both;
  height: 170px;
}
div.loader {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url('../images/icons/loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 160px;
}
div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0;
}
div.slideshow a.advance-link {
  display: block;
  width: 240px;
  height: 160px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 0 2px #dbdbdb;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
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: 160px;
  max-width: inherit;
  top: 0;
  left: 0;
}
div.download {
  float: right;
}
div.caption-container {
  position: relative;
  clear: left;
  height: 75px;
}
span.image-caption {
  display: block;
  position: absolute;
  width: 240px;
  top: 0;
  left: 0;
}
div.caption {
  padding: 12px;
}
div.image-title {
  font-weight: bold;
  font-size: 1.4em;
}
div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
div.navigation {
  width: 240px;
  float: left;
  margin-left: 20px;
}
ul.thumbs {
  clear: both;
  margin: 0 0 20px 0;
  padding: 0;
}
ul.thumbs li {
  float: left;
  padding: 0;
  margin: 2px;
  list-style: none;
  border: 1px solid #cccccc;
  width: 50px;
  height: 35px;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 2px #dbdbdb;
}
a.thumb {
  padding: 0;
  display: block;
}
ul.thumbs li.selected {
  border-color: #fff;
}
a.thumb:focus {
  outline: none;
}
ul.thumbs img {
  border: none;
  display: block;
  width: 50px;
  min-height: 35px;
}
div.pagination {
  clear: both;
}
div.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}
div.navigation div.bottom {
  margin-top: 12px;
}
div.pagination a,
div.pagination span.current,
div.pagination span.ellipsis {
  display: block;
  margin: 3px;
  padding: 2px 8px;
  float: left;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  font-style: italic;
  color: #343434;
  text-transform: uppercase;
  text-decoration: none;
  background: #cecece url(../images/design/gradient_grey.jpg) bottom left repeat-x;
  border: 1px solid #fff;
  border-radius: 3px;
  box-shadow: 0 0 3px #bbbbbb;
}
div.pagination a:hover,
div.pagination span.current {
  background: #0991d0 url(../images/design/gradient_cyan.jpg) 0 0 repeat-x;
  color: #fff;
}
div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
  margin: 2px;
  background: none;
  box-shadow: none;
}
</pre></body></html>