/* The display of gallery-content is enabled using jQuery so that the slideshow gallery-content won't display unless javascript is enabled. */
.gallery-content { display: none; width: 602px; margin: 0 auto; }
.gallery-content a, .navigation a { text-decoration: none; }
.gallery-content a:focus, .gallery-content a:hover, .gallery-content a:active { text-decoration: underline; }
.controls { margin-top: 5px; height: 23px; font-size: 90%; background: rgba(0,0,0,.1); border: 1px solid rgba(0,0,0,.2); }
.controls a { padding: 5px; }
.ss-controls { float: left; }
.nav-controls { float: right; }
/* This should be set to be at least the height of the largest image in the slideshow */
.slideshow-container { margin: 30px 0 10px; position: relative; clear: both; }
.loader { position: absolute; top: 0; left: 0; background-image: url('/images/loader.gif'); background-repeat: no-repeat; background-position: center; max-width: 602px; max-height: 602px; /* This should be set to be at least the height of the largest image in the slideshow */ }
.slideshow {}
.slideshow span.image-wrapper { display: block; position: absolute; top: 0; left: 0; }
.slideshow span.image-wrapper.horizontal { margin-top: -23px; }
.slideshow span.image-wrapper.vertical { margin-left: 97px; }
.slideshow a.advance-link { display: block; max-width: 602px; max-height: 602px; /* line-height: 602px; */ text-align: center; }
.slideshow a.advance-link:hover, .slideshow a.advance-link:active, .slideshow a.advance-link:visited { text-decoration: none; }
.slideshow img { max-width: 602px; max-height: 602px; height: auto; width: auto; border: 1px solid #033728; }
.download { right: 0; bottom: 0; position: absolute; display: none; }
.caption-container { position: relative; clear: left; height: 75px; }
span.image-caption { top: 0; left: 0; width: 602px; height: 100px; display: block; position: absolute; }
.caption { width: 100%; }
.image-title { font-weight: bold; font-size: 1.2em; }
.image-desc { width: 602px; margin: 0 auto; line-height: 1.3em; }
span.image-caption.vertical .image-desc { width: 396px; margin-left: 100px; }
/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
.navigation { width: 602px; text-align: center; }
ul.thumbs { clear: both; margin: 0 0 0 35px; padding: 0; }
ul.thumbs li { float: left; padding: 0; margin: 5px 10px 5px 0; list-style: none; }
a.thumb { padding: 2px; display: block; border: 1px solid #033728; }
ul.thumbs li.selected a.thumb { background: #222; }
a.thumb:focus { outline: none; }
ul.thumbs img { border: none; display: block; }
.pagination { clear: both; }
.navigation .top { margin: 0 auto 12px; height: 20px; }
.navigation .bottom { margin: 12px auto 0; }
.pagination a, .pagination span.current, .pagination span.ellipsis { display: inline-block; margin-right: 2px; padding: 4px 7px 2px 7px; }
.pagination a:hover { text-decoration: none; }
.pagination span.current { font-weight: bold; color: #fff; }
.pagination span.ellipsis { border: none; padding: 5px 0 3px 2px; }
