.default-gallery-container {
  max-width: 100%;
  text-align: center;
}
.default-gallery-container div.close-gallery {
  text-align: right;
  min-height: 47px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.default-gallery-container div.close-gallery a {
  color: black;
  background: url('/img/close47x47.png') no-repeat top center;
  height: 47px;
  width: 47px;
}
.default-gallery-container .container {
  max-width: 90%;
}
.default-gallery-container .container .gallery-item {
  font-size: 12px;
  position: relative;
}
.default-gallery-container .container .gallery-item > a {
  position: absolute;
  width: 50px;
  display: block;
  height: 100%;
  margin: 0;
  width: 50%;
}
.default-gallery-container .container .gallery-item > a.left-area {
  left: 0;
  cursor: url("/img/cursor_black_left.png") 22 24, e-resize;
}
.default-gallery-container .container .gallery-item > a.right-area {
  right: 0;
  cursor: url("/img/cursor_black_right.png") 22 24, e-resize;
}
.default-gallery-container .container .gallery-item img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.default-gallery-container .container .gallery-item-description {
  margin-top: 20px;
  text-align: left;
}
.default-gallery-container .container .gallery-item-description p {
  font-size: 17px;
}
.default-gallery-container .container .gallery-item-description p.title {
  margin-bottom: 20px;
}
