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;
	width: 820px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #1772AF;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls, div.close_ss_nav {
	float: left;
  font-size: 12px;
  margin-left: 10px;
}
div.close_ss_nav {
  display: none;
}
.ss-controls a:hover {
  color: #125684;
}
div.nav-controls {
	float: right;
  font-size: 12px;
  margin-right: 10px;
}
.nav-controls a:hover {
  color: #125684;
}
div.slideshow-container {
	position: relative;
	top: 0px;
	clear: both;
	height: 802px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 820px;
	height: 802px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
  position: relative;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 820px;
	height: 802px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 802px; /* 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: top;
	border: 1px solid #e3e3e3;
}
div.download {
	float: right;
}
div.capt_toggle {
  margin-left: 10px;
  float: left;
  font-size: 12px;
  margin-top: -5px;
}
div.checkbox_label {
  float: right;
  margin-top: 5px;
}
div.caption-container {      
        
}
span.image-caption {
	display: block;
	position: absolute;
  width: 534px;
  background-color: white;
  color: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 134px;
  opacity: 0.6;
}
div.caption {
	padding: 12px;        
}
div.caption a {
	color: #fff;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
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: 4px 4px 0px 0px;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #e3e3e3;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 11px;
	height: 12px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
  font-size: 12px;
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #e3e3e3;
}
div.pagination a:hover {
	background-color: #e3e3e3;
	text-decoration: none;
  color: #125684;
}
div.pagination span.current {
	font-weight: bold;
	color: #fff;
	border-color: #e3e3e3;
  background-color: #1772AF;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}







@media screen and (max-width: 1140px) {
  div.content {
    display: none;
  }
  div#page, div#footer {
	  width: 100% !important;
  }
  div#thumbs {
    width: 700px !important;
  }
  div#shutter {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1000px;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    opacity: 0.8;
  }
  div.slideshow-container{
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    position: absolute !important;
    z-index: 1002;
    background-color: transparent;
    opacity: 1;
  }
  div.controls{
    z-index: 1005;
    position: absolute;
    width: 100%;
    background-color: white;
    padding-top: 6px;
    margin-top: 0px;
    height: 16px;
  }
  div.close_ss_nav {
    display: block;
  }
  div.slideshow{
    position: absolute;
    top: 21px;
    width: 100%;
  }
  .image-wrapper {
    width: 100%;
    text-align: center;
  }
  div.slideshow a.advance-link {
    display: inline;
  }
  div.caption{
    position: absolute;
    top: 21px;
    width: 100%;
    padding: 0px;
    text-align: center;
  }
  span.image-caption {
    width: 100%;
    padding: 2px 0px;
  }
  div.slideshow span.image-wrapper, #shutter {
    cursor: context-menu;
  }
}
@media screen and (max-width: 820px) {
  div.slideshow img {
    width: 100%;
    border-width: 0px;
  }
  div.slideshow a.advance-link {
    width: auto;
    line-height: 0px;
  }
 /* div.slideshow{
    top: 10px;
  }
*/  
  div#thumbs {
    width: 500px !important;
  }
}
@media screen and (max-width: 550px) {
  div#thumbs {
    width: 100% !important;
  }
  div#copyright {
      padding-left: 10px;
      width: 230px;
  }
  div#credit {
      padding-right: 10px;
      width: 230px;
  }
}
@media screen and (max-width: 350px) {
  div.controls a {
    padding: 1px;
  }
  div.ss-controls, div.close_ss_nav {
    margin-left: 5px;
  }
}
