#galLogo {
  
}

#closeButton {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 35px;
  font-size: 1.2em;
  font-weight: bold;
  color: #D6D5B6;
  padding-top: 10px;
  cursor: pointer;
}

#closeButton:hover {
  color: #FFFFFF;
}

.closeButton {
  position: absolute;
  top: 0px;
  right: 5px;
  height: 35px;
  font-size: 1.2em;
  font-weight: bold;
  color: #D6D5B6;
  padding-top: 10px;
  cursor: pointer;
}

.closeButton:hover {
  color: #FFFFFF;
}

#galContent {
  display: table;
  position: relative;
  top: 40px;
  width: 85%;
  min-height: 600px;
  margin: 0 auto;
  padding: 30px;
  padding-bottom: 90px;
  background: #1F0B05;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.largeThumbs {
  float: left;
  padding: 6px;
  margin: 0 auto;
}

.largeThumbs:after {
  clear: both;
}

#smallThumbBar {
  position: fixed;
  width: 9000px;
  left: 0px;
  bottom: 0px;
  height: 90px;
  padding: 5px;
  background: #000000;
  overflow: hidden;
}

#smallScroller {
  position: absolute;
  display: table;
}

.smallThumbs {
  float:left;
  padding: 3px;
  margin: 0 auto;
}

.smallThumbs:after {
  clear: both;
}

#imageBackDrop {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#imagePop {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 10px;
  display: table;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}