@charset "UTF-8";
/* CSS Document */

.gallery-container {
  position: relative;
  padding-top: 28px;
  background: url(/assets/images/flourish.png) no-repeat 50% 0%;
}

#home-selector .gallery-container {
  padding-top: 0px;
  background: none;
  margin: 0px 40px;
}

.gallery .folders {
  
}

.gallery .images {
  padding-top: 20px;
  position: relative;
  overflow: hidden;
}

.gallery .images .folder {
  position: relative;
  height: 204px;
  width: 800px;
  margin: 0px 60px;
  overflow: hidden;
}

.gallery .images .folder h3 {
  display: none;
}

.gallery .images .folder ul {
  position: absolute;
  top: 0px;
}

.gallery .images .folder ul li {
  display: block;
  list-style: none;
  position: relative;
  float: left;
  width: 144px;
  height: 204px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-right: 20px;
  overflow: hidden;
}

.gallery .images .folder ul li p {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 8px 8px 32px;
  font: bold 150% Helvetica, Arial, sans-serif;
  color: white;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 6px;
}

.gallery .images .folder ul li .border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: none;
  -webkit-box-shadow: inset black 0px 2px 8px;
  -moz-box-shadow: inset black 0px 2px 8px;
}

.gallery .images a.prev,
.gallery .images a.next {
  position: absolute;
  bottom: 0px;
  width: 32px;
  height: 204px;
  background: url(/assets/images/arrow-large2.png) no-repeat -60px 50%;
  text-indent: -120px;
  overflow: hidden;
  text-decoration: none;
  opacity: 0.85;
}

.gallery .images a.prev { background-position: -32px 50%; }
.gallery .images a.next { background-position: -64px 50%; }
.gallery .images a.prev:hover,
.gallery .images a.next:hover { opacity: 1.0; }

.gallery .images a.prev-disabled { background-position: 0px 50%; }
.gallery .images a.next-disabled { background-position: -96px 50%; }

.gallery .images a.prev {
  left: 0px;
}

.gallery .images a.next {
  right: 0px;
}

.gallery .images .expanded {
  display: none;
}

.gallery .folders {
  height: 35px;
  background: eee;
  margin: 0px;
  z-index: 10;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset #ccc 0px 1px 4px;
  -moz-box-shadow: inset #ccc 0px 1px 4px;
}

.gallery .folders li {
  float: left;
  list-style: none;
}

.gallery .folders li a {
  display: block;
  height: 19px;
  line-height: 19px;
  vertical-align: middle;
  margin: 8px 0px;
  border-left: 1px solid #e2bfc7;
  padding: 0px 20px 0px 40px;
  color: #666;
  text-decoration: none;
  background: url(/assets/images/gallery-folder.png) no-repeat 14px 0px;  
}

.gallery .folders li.first a {
  border-left: none;
}

.gallery .folders li.active a {
  background-position: 14px -20px;  
}

.gallery .folders li.first a {
  border-left: none;
}

.list .gallery-inner .folders,
.list .gallery-inner a.prev,
.list .gallery-inner a.next {
  display: none;
}

.list .gallery-inner .images .folder {
  clear: left;
  padding-top: 16px;
}

.list .gallery-inner .images .folder h3 {
  font-size: 24px;
  line-height: 20px;
  color: #666;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 24px;
  background: url(/assets/images/gallery-folder.png) no-repeat 0px -20px;
}

.list .gallery-inner .images .folder ul {
  margin: 0px;
  padding: 0px 0px 0px 24px;
  width: auto !important;
}

.list .gallery-inner .images .folder ul li {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 0px 16px 36px 0px;
  list-style: none;
  cursor: pointer;
  background-position: 50% 50%;
}

.list .gallery-inner .images .folder ul li .expanded {
  position: absolute;
  top: 0px;
  left: 0px;
  border: 4px solid #ccc;
  z-index: 20;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px, inset black 0px 2px 8px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 6px, inset black 0px 2px 8px;
}

.list .gallery-inner .images .folder ul li p {
  position: absolute;
  right: 0px;
  bottom: -20px;
  line-height: 16px;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  font-family: Helvetica, Arial, sans-serif;
}

.list .gallery-inner .images .folder ul li .border {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 4px solid #ccc;
  -webkit-box-shadow: inset black 0px 1px 3px;
  -moz-box-shadow: inset black 0px 1px 3px;
}

.gallery-container ul.switch {
  position: absolute;
  top: -48px;
  right: 0px;
  width: 360px;
  height: 40px;
}

.gallery-container ul.switch li {
  display: inline;
  list-style: none;
}

.gallery-container ul.switch a {
  float: left;
  width: 180px;
  height: 40px;
  text-indent: 48px;
  font-size: 18px;
  color: #666;
  text-decoration: none;
  background-repeat: no-repeat;
  background-image: url(/assets/images/gallery-switch.png);
}

.gallery-container ul.switch a.switch-gallery { background-position: -120px 0px; }
.gallery-container ul.switch li.active a.switch-gallery { background-position: -80px -40px; }
.gallery-container ul.switch a.switch-list { background-position: -40px -80px; }
.gallery-container ul.switch li.active a.switch-list { background-position: 0px -120px; }

.gallery-container ul.switch a small {
  display: block;
  font-size: 12px;
  color: #dc4768;
}
