.gallery {
  position: relative;
  clear: both;
  overflow: hidden;
}
.gallery a {
  text-decoration: none;
}
.gallery ul {
  margin: 0;
  padding: 0;
}
.gallery li {
  list-style: none;
  width: 100%;
  background-color: #fff;
}
.gallery .items li {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery .items li:first-child {
  display: block;
}
.gallery .items li.clickable {
  cursor: pointer;
}
.gallery .items img {
  display: block;
}
.gallery .slider-content {
  position: absolute;
  bottom: 20px;
  left: 0px;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.gallery .slider-content a, .gallery .slider-content a:hover {
  color: #fff;
}
.gallery .slider-content div {
  padding-left: 10px;
  background-color: #36322C;
  margin: 0;
}
.gallery .slider-content .readmore {
  padding-left: 10px;
  display: block;
  font-size: 12px;
  line-height: 20px;
  background-color: rgba(54, 50, 44, 0.5);
}
.gallery .slider-content .readmore span {
  padding-left: 10px;
  display: block;
  background: url("/lib/img/link-arrow.png") no-repeat scroll left 5px transparent;
}
.gallery .slider-wysiwyg {
  position: absolute;
  top: 20px;
  left: 0px;
}
.gallery-stepper {
  display: none;
}
.gallery-stepper a {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: #fff;
  opacity: 0.5;
  cursor: pointer;
}
.gallery-stepper a.prev {
  left: 0;
  background-image: url("/templates/property/showproperty/img/gallery-prev.png");
}
.gallery-stepper a.next {
  right: 0;
  background-image: url("/templates/property/showproperty/img/gallery-next.png");
}
.gallery-pager {
  height: 16px;
  padding: 4px 6px 2px 6px;
  display: none;
  position: absolute;
  top: 0;
  right: 10px;
  background: #fff;
}
.gallery-pager li {
  float: left;
  text-align: center;
  display: block;
  width: 18px;
  height: 18px;
  color: #8a8a8a;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
}
.gallery-pager li a {
  display: block;
  width: 18px;
  height: 18px;
  color: #8a8a8a;
  line-height: 18px;
  font-size: 12px;
  cursor: pointer;
}
.gallery-pager li a:hover, .gallery-pager li a:focus {
  color: #508edb;
  outline: none;
}
.gallery-pager li.current a {
  color: #363636;
  cursor: default;
}
.imagebanner {
  position: relative;
  clear: both;
  overflow: hidden;
  margin: 0 1px 1px 0;
}
.imagebanner a {
  text-decoration: none;
}
.imagebanner img {
  display: block;
}
.imagebanner .slider-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 60%;
  padding: 10px;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
}
.imagebanner .slider-content a, .imagebanner .slider-content a:hover {
  color: #fff;
}
.imagebanner .slider-wysiwyg {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0 20px 20px 0;
}

