
.ir {
  display: block;
  text-indent: -999em;
  background-repeat: no-repeat;
}
button.ir {
  margin: 0;
  padding: 0;
  display: block;
  border: none;
  float: left;
  background-color: transparent;
  background-repeat: no-repeat;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  text-indent: -9999px;
  overflow: visible;
}
button.ir::-moz-focus-inner {
  border: none;
  padding-right: 0;
  padding-left: 0;
}
.carousel-bt-next, .carousel-bt-previous {
  height: 76px;
  width: 38px;
  position: absolute;
  background-repeat: no-repeat;
}
button.carousel-bt-next:hover, button.carousel-bt-previous:hover {
  background-position: 0 -76px;
}
.carousel-bt-next {
  background-image: url('../images/carousel-bt-next.png');
}
.carousel-bt-previous {
  background-image: url('../images/carousel-bt-previous.png');
}
.carousel-thumbs-bt-next, .carousel-thumbs-bt-previous {
  height: 50px;
  width: 18px;
  position: absolute;
  background-repeat: no-repeat;
}
button.carousel-thumbs-bt-next:hover, button.carousel-thumbs-bt-previous:hover {
  background-position: 0 -50px;
}
.carousel-thumbs-bt-next {
  background-image: url('../images/carousel-thumbs-bt-next.png');
}
.carousel-thumbs-bt-previous {
  background-image: url('../images/carousel-thumbs-bt-previous.png');
}
.carousel-thumbs-bt-disabled {
  background-position: 0 -100px !important;
}
#wrapper-carousel {
  height: 320px;
}
#wrapper-carousel li {
  float: left;
  overflow: hidden;
  position: relative;
  height: 320px;
  width: 100%;
}
#wrapper-carousel li img {
  position: absolute;
}
#wrapper-carousel li .info {
  position: absolute;
  bottom: 0px;
  height: 55px;
  background: url('../images/carousel-info.png') repeat-x;
  width: inherit;
  z-index: 5;
  left: 0;
  color: #FFF;
}
#wrapper-carousel li .info .name {
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  float: left;
  padding-left: 14px;
  padding-top: 8px;
  margin-bottom: -42px;
  *margin-bottom: -46px;
  width: auto;
  white-space: nowrap;
  display: block;
  font-weight:bold;
}
#wrapper-carousel li .location_price {
  position: relative;
  padding-top: 22px;
  padding-right: 7px;
  font-size: 14px;
  white-space: nowrap;
  width: auto;
  float: right;
}
#wrapper {
  position: relative;
  overflow: hidden;
  height: 320px;
}
#wrapper-shadow {
  background: url('../images/properties-shadow.png.html') repeat-x;
  font-size: 0;
  line-height: 0;
  height: 10px;
  z-index: 50;
  width: 100%;
  position: absolute;
  top: 0;
}
#wrapper button.carousel-bt-next, #wrapper button.carousel-bt-previous {
  top: 138px;
  position: absolute;
  z-index: 10;
  display: none;
}
#wrapper button.carousel-bt-next {
  right: 0;
}
#wrapper-thumbs {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
  z-index: 30;
  background: #000;
  padding: 6px 0;
  overflow: hidden;
}
#wrapper button.carousel-thumbs-bt-next, #wrapper button.carousel-thumbs-bt-previous {
  top: 6px;
  position: absolute;
  z-index: 10;
}
#wrapper button.carousel-thumbs-bt-next {
  right: 4px;
}
#wrapper button.carousel-thumbs-bt-previous {
  left: 2px;
}
#wrapper-carousel-thumbs {
  margin-left: 19px;
  margin-right: 26px;
}
#wrapper-thumbs li {
  float: left;
  margin-left: 8px;
  margin-top: 8px;
  padding:0px;
  border: 1px solid #000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#wrapper-thumbs li.current {
  border-color: #FFF;
  padding:0px;
}
#wrapper-thumbs li img {
  cursor: pointer;
  margin:0px;
  height:62px;
  padding:0px;
}
#wrapper-carousel .info h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:16px;
	color:#d6ccd1;
}