#gallery {
  margin-right: 10px;
  display: block;

}
#gallery .post {w
 display: block;
}
#gallery #images {
  padding: 20px;
}
#gallery .imagethumb {
  display: block;
  float: left;
  margin: 5px;
}
#gallery .imagethumb img {
  display: inline;
  border: 1px solid #ccc;
}
#gallery .imagethumb a:hover img {
  border: 1px solid #aaa;
}
#gallery .imgnav {
  margin-top: 20px;
}
#gallery .post-link {
  margin-top: 20px;
  text-align: center;
}
#gallery #albums {
  padding: 30px;
}
#gallery .album {
  display: block;
  float: left;
  width: 145px;
  height: 140px;
  margin: 3px;
}
#gallery .albumthumb {
}
#gallery .albumtitle h3 {
  text-align: center;
  font-size: 1.1em;
  padding: 2px;
}
#gallery .albumthumb img {
  border: 1px solid #ccc;
  padding: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#gallery .album a:hover img {
  border: 1px solid #aaa;
}
#gallery .album a:hover .albumtitle {
  background: #eee;
}
#btag {
  display: block;
  text-align: center;
  margin-top: 15px;
}
h3#image_title, #btag a {
  display: inline;
  padding: 6px;
}
h3#image_title {
  font-size: 1.4em;
}

#gallery #prev {
  float: left;
}
#gallery #next {
  float: right;
}

#gallery .slides {
  text-align: center;
  display: block;
  width: 100px;
}
#gallery .slides img {
  padding: 5px;
  border: 1px solid #ccc;
  background: white;
}
#gallery .slides a:hover img {
  border: 1px solid #aaa;
}

#gallery .imagedisplay {
  width: 535px;
  text-align: center;
}
#gallery .imagedisplay img {
  margin: auto;
  display: block;
  border: 1px solid #ccc;
}
  
