#mbOverlay {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  cursor: pointer;
}
#mbOverlay.mbOverlayIE {
  position: absolute;
}
#mbCenter {
  position: absolute;
  z-index: 99;
  left: 50%;
  background-color: #fff;

  padding-right: 40px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
}

#mbImage {
}
#mbBottom {
  font-size: 12px;
  line-height: 40px;
  color: #999;
  text-align: center;
  visibility: hidden;
}
#mbTitle {
  display: inline;
  color: #848484;
  line-height: 20px;
  font-size: 14px;
}
#mbNumber {
  display: inline;
  color: #fff;
  line-height: 26px;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: center;
  width: 65px;
  height: 26px;
  visibility: hidden;
}
#mbCaption {
  display: block;
  color: #999;
  line-height: 14px;
  font-size: 10px;
}
#mbPrevLink,
#mbNextLink,
#mbCloseLink {
  display: block;
  float: right;
  height: 20px;
  margin: 0;
  outline: none;
}
#mbPrevLink {
  width: 34px;
  height: 59px;
  background: url(../img/icon.png) no-repeat;
  background-position: -36px -271px;
  position: absolute;
  top: 38%;
  left: -100px;
}
#mbNextLink {
  width: 34px;
  height: 59px;
  background: url(../img/icon.png) no-repeat;
  background-position: 0 -271px;
  position: absolute;
  top: 38%;
  right: -100px;
}
#mbCloseLink {
  width: 100%;
  height: 100%;
  background: url(../img/icon.png) no-repeat;
  opacity: 0;
  position: absolute;
  top: 3px;
  right: 3px;
}
#mbError {
  position: relative;
  font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  border: 10px solid #700;
  padding: 10px 10px 10px;
  margin: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#mbError a,
#mbError a:link,
#mbError a:visited,
#mbError a:hover,
#mbError a:active {
  color: #d00;
  font-weight: bold;
  text-decoration: underline;
}
.layout_default {
  float: left;
  margin: 5px;
}
.mod_gallerylist {
  width: 665px;
  margin: 0 auto;
}
.meta {
  font-size: 12px;
  text-align: center;
}
.image_container img {
  border: 10px solid #ccc;
  padding: 20px;
}
.meta a {
  color: #333;
  text-decoration: none;
}
