#glr-gallery.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:550px; 
}

#glr-gallery.content a, div.navigation a {
  text-decoration: none;
  color: #F5F3B8;
}

#glr-gallery.content a:focus, 
#glr-gallery.content a:hover, 
#glr-gallery.content a:active {
 text-decoration: underline;
}

#glr-gallery div.controls {
  margin-top: 5px;
  height: 23px;
}

#glr-gallery div.controls a {
  padding: 5px;
}

#glr-gallery div.ss-controls {
  float: left;
  font-size: 12px;
}

#glr-gallery div.nav-controls {
  float: right;
  padding-right: 50px;
  font-size: 12px;
}

#glr-gallery div.loader {
  background-image: url('loader.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 550px;
  height: 350px
}

#glr-gallery div.slideshow {
  clear: both;
}

#glr-gallery div.slideshow span.image-wrapper {
  float: left;
  padding-bottom: 12px;
}

#glr-gallery div.slideshow a.advance-link {
  padding: 4px;
  display: block;
  border: 1px solid #723E33;
  background: #462221;
}

#glr-gallery div.slideshow img {
  border: none;
  display: block;
}

#glr-thumbs div.download {
  float: right;
  display: none;
}

#glr-gallery div.embox {
  clear: both;
  border: 0px;
  background: transparent;
  padding: 4px 12px 4px 12px;  
}

#glr-gallery div.image-title {
  font: bold 16px georgia, serif;
  color: #EB8945;
}

#glr-gallery div.image-desc {
  line-height: 1.3em;
  font: normal 11px arial, sans-serif;
  color: #F5F3B8;
  padding: 10px 0px 0px 2px;
}

#glr-thumbs.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. */
}

#glr-thumbs ul.thumbs {
  clear: both;
  margin: 0;
  padding: 0;
}

#glr-thumbs ul.thumbs li {
  float: left;
  padding: 0;
  margin: 5px 10px 5px 0;
  list-style: none;
}

#glr-thumbs a.thumb {
  padding: 2px;
  display: block;
  border: 1px solid #723E33;
}

#glr-thumbs ul.thumbs li.selected a.thumb {
  background: #462221;
}

#glr-thumbs a.thumb:focus {
  outline: none;
}

#glr-thumbs ul.thumbs img {
  border: none;
  display: block;
}

#glr-galleriffic div.pagination {
  clear: both;
}

#glr-thumbs.navigation div.top {
  margin-bottom: 12px;
  height: 11px;
}

#glr-thumbs.navigation div.bottom {
  margin-top: 12px;
}

#glr-galleriffic div.pagination a,
#glr-galleriffic div.pagination span.current {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #723E33;
  color: #F5F3B8;
}

#glr-galleriffic div.pagination a:hover {
  background-color: #673231;
  text-decoration: none;
}

#glr-galleriffic div.pagination span.current {
  font-weight: bold;
  background: #462221;
  border-color: #723E33;
}

