#gallery-overlay {
  background-color: #000;
}
#gallery-container {
  font: 16px/22px verdana, arial, sans-serif;
  margin: 0 auto;
  overflow: visible !important;
}
#gallery {
  /* background: #fff url(../img/gallery/loading.gif) center 100px no-repeat; */
  background: #fff;
  color: #999;
  display: none;
  height: 200px;
  margin: 0 auto;
  position: relative;
  width: 300px;
  box-shadow: 0 0 64px #000;
  -moz-box-shadow: 0 0 64px #000;
  -webkit-box-shadow: 0 0 64px #000;
  overflow: visible !important;
  max-width: 80%;
}
#gallery-image-container {
  display: none;
  height: 100%;
}
#gallery-loading {
  padding: 8px;
}
#gallery-controls {
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#gallery-controls div {
  float: left;
  height: 100%;
  width: 50%;
}
#gallery-controls a {
  background: #fff;
  color: #000;
  font-size: 12px;
  outline-style: none;
  position: absolute;
  text-decoration: none;
  top: 40px;
}
#gallery-previous-link {
  left: 0;
  padding: 6px 10px 6px 6px;
  border-radius: 0 6px 6px 0;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
}
#gallery-next-link {
  padding: 6px 6px 6px 10px;
  right: 0;
  border-radius: 6px 0 0 6px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
}
#gallery-meta-container {
  background: #fff;
  color: #999;
  display: none;
  margin: 0 auto;
  overflow: auto;
}
#gallery-image {
  max-width: 100%;
}
#gallery-meta {
  display: none;
  height: 30px;
  padding: 0 8px;
}
#gallery-meta div {
  float: left;
}
#gallery-info {
  text-align: left;
  width: 80%;
}
#gallery-close {
  line-height: 30px;
  text-align: right;
  width: 20%;
}
#gallery-close a {
  color: #999;
  font-size: 24px;
  font-weight: 700;
  outline-style: none;
  text-decoration: none;
}
#gallery-close a:hover {
  color: #bbb;
}
#gallery-title{
  display: none;
}
#gallery-title a,
#gallery-title a:link,
#gallery-title a:visited {
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
#gallery-title a:visited:hover {
  color: #999;
}
#gallery-pages {
  color: #999;
  display: block;
  font-size: 10px;
  line-height: 30px;
}