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: 600px; 
  position: relative;
}
div.content a, div.navigation a {
  text-decoration: none;
  
}
div.content a:focus, div.content a:hover, div.content a:active {
  text-decoration: none;
}
div.controls {
  margin-top: 20px;
  margin-left: 15px;
  padding:5px 15px;
  background-color: #b09d86;
  height: 27px;
  border: 3px solid #a7957f;
}
div.ss-controls {
  float: left;
}
div.ss-controls a{
  height:25px;
  line-height:25px;
  padding-right:29px;
  display:block;
  width: 36px;  
}
div.ss-controls a.play{
  background:url(/photo_gallery/play_button.gif) no-repeat right;
  outline: none;

}
div.ss-controls a.pause{
  background:url(/photo_gallery/pause_button.gif) no-repeat right;
  outline: none;
}
div.ss-controls a:hover{
  text-decoration: none;
}
div.nav-controls {
  float: right;
}
div.nav-controls a{
  display:block;
  float:left;
  line-height:25px;
  height:25px;
}
div.nav-controls a.prev{
  padding:0px 0px 0px 29px;
  background:url(/photo_gallery/prev_button.gif) no-repeat left;
  margin-right:14px;
  outline: none;
}
div.nav-controls a.next{
  padding:0px 29px 0px 0px;
  background:url(/photo_gallery/next_button.gif) no-repeat right;
  outline: none;

}

div.slideshow-container {
  position: relative;
  clear: both;
  height: 480px; /* 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: 600px;
  height: 480px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
div.slideshow a.advance-link {
  display: block;
  width: 600px;
  height: 480px; /* 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: 4px solid #a7957f;
}
div.download {
  float: right;
}
div.caption-container {
  position: relative;
  clear: left;
  height: 75px;
}
span.image-caption {
  display: block;
  position: absolute;
  width: 600px;
  top: 0;
  left: 0;
}
div.caption {
  padding: 12px;
  position: relative;
  text-align: center;
}
div.image-title {
  font-weight: bold;
  font-size: 1.4em;
}
div.image-desc {
  line-height: 1.3em;
  padding-top: 12px;
}
div.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}
div.thumbs div.li2 {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}
a.thumb {
  padding: 2px;
  display: block;
  border: 1px solid #ccc;
}
div.thumbs div.selected a.thumb {
  background: #000;
}
a.thumb:focus {
  outline: none;
}
div.thumbs img {
  border: none;
  display: block;
}
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;
  float: left;
  margin-right: 2px;
  padding: 4px 5px 2px 5px;
  border: none;
}
div.pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}
div.pagination span.current {
  font-weight: bold;
  background-color: #0250a2;
  border-color: #0250a2;
  color: #fff;
}
div.pagination span.ellipsis {
  border: none;
  padding: 5px 0 3px 2px;
}
#empty_gallery {
  margin-left:40px;
}


