
.photoset .image {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  background: url(images/ajax-loader.gif) no-repeat center;
}

.photoset .image img,
.photoset .image-wrapper {
  display: none;
}

.photoset .caption {
  width: 500px;
  background: #000;
  color: #fff;
  margin: 0 auto;
}

.photoset .caption .caption-inner {
  padding: 8px 12px;
}

.photoset .caption h5 {
  margin: 0;
  font-weight: bold;
}

.photoset .caption .caption-content {
  padding: 4px 0 0 0;
}

.photoset ul {
  margin: 4px 0 0 1px;
  padding: 0;
}

.photoset ul li {
  margin: 0 0 0 0;
  padding: 0;
  list-style: none;
  float: left;
}

.photoset ul li a {
  display: block;
  width: 53px;
  height: 53px;
  border: 4px solid #fff;
}

.photoset ul li a:hover {
  border: 4px solid #e54126;
}

.photoset ul li a img {
  display: block;
  margin: 0;
  padding: 0;
  width: 53px;
  height: 53px;
}

#gallery-overlay {
  background: #000;
}

#simplemodal-data a.next,
#simplemodal-data a.prev {
  position: absolute;
  font-weight: bold;
  top: 10px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  outline: none;
}

#simplemodal-data a.prev {
  left: 10px;
}

#simplemodal-data a.prev:hover {
  cursor: w-resize;
}

#simplemodal-data a.next {
  right: 10px;
}

#simplemodal-data a.next:hover {
  cursor: e-resize;
}

#gallery-container #simplemodal-data {
  position: relative;
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  padding: 10px;
  background: #fff url(images/ajax-loader.gif) no-repeat center;
}

#gallery-container #simplemodal-data img {
  display: none;
  width: 100%;
  height: auto;
}

#gallery-container #simplemodal-data .caption {
  display: none;
  position: absolute;
  left: 0;
  background: #fff;
  color: #000;
}

#gallery-container #simplemodal-data .caption h5 {
  margin: 0;
  font-size: 12px;
  padding: 0 0 10px 0;
  margin: 0 10px;
}

#gallery-container #simplemodal-data .caption .caption-content {
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 10px 0;
  margin: 0 10px;
}

#gallery-container #simplemodal-data a.simplemodal-close {
  background: url(images/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: block;
	position: absolute;
	top: 1px;
	right: 2px;
	z-index: 3200;
	cursor: pointer;
  outline: none;
  text-indent: -9999px;
  overflow: hidden;
}

#gallery-container #simplemodal-data a.next:hover {
  background: url(images/hover-arrow-next.png) no-repeat right;
}

#gallery-container #simplemodal-data a.prev:hover {
  background: url(images/hover-arrow-prev.png) no-repeat left;
}

#gallery-container #simplemodal-data .caption a.next,
#gallery-container #simplemodal-data .caption a.prev {
  width: 39px;
  height: 34px;
  top: auto;
  left: auto;
  right: auto;
  position: relative;
}

#gallery-container #simplemodal-data .caption a.prev {
  float: left;
  background: url(images/arrow-prev.png) no-repeat left -10px;
}

#gallery-container #simplemodal-data .caption a.next {
  float: right;
  background: url(images/arrow-next.png) no-repeat right -12px;
}

