
#carousel {
  position: relative;
  background: #111 url(/img/bg/bg-carousel.png) left top repeat-x;
  height: 212px;
  overflow: hidden;
  
}
#carousel-cover {
  background: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 40;
}
/*#header:hover + #carousel {
  opacity: 0.2;
}*/
.carousel {
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(/img/bg/bg-carousel-element.png) center center no-repeat;
  height: 207px;
  width: 312px;
  display: none;
  overflow: hidden;
  color: #eee;
}

.carousel img {
  position:relative;
  top: 3px;
  left: 6px;
  background: #999;
  /*width: 300px;
  height: 175px;*/
}

.carousel-info {
  position: absolute;
  bottom: 35px;
  right: 6px;
  float: right;
  margin-right: 5px;
  width: 235px;
  height:  92px;
  overflow: hidden;
  display: none;
  font-size: 12px;
  line-height: 16px;
  
}
.bg-carousel-info {
  background: #fff;
  width: 100%;
  height: 100%;
  opacity: .87;
  filter: alpha(opacity=87);
  z-index: 0;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
}
.carousel-info-text {
  position: absolute;
  top: 0px;
  z-index: 1;
  color: #333;
  margin: 3px 5px;
}

.carousel-block {
  position: absolute;
  bottom: 0px;
  left: 6px;
  width: 300px;
  height:  50px;
  background: #333;
  cursor: pointer;
  /*opacity: .9;
  filter: alpha(opacity=90);*/
}
.carousel-block:hover {
  background: #555;
}
.carousel-name {
  margin: 2px 5px;
  font-size: 16px;
  text-transform: uppercase;
}
.carousel-strapline,
.carousel-text {
  margin: 2px 5px;
}


.strapline-bedrooms,
.strapline-max {
  float: right;
  margin-left: 5px;
  padding-left: 30px;
  line-height: 14px;
  display: block;
  background: url(/img/icons/icon-bedrooms.png) left center no-repeat;
}
.strapline-max {
  background-image: url(/img/icons/icon-max.png);
}
.strapline-text {
	display: block;
	float: left;
	width: 180px;
}


.carousel .jump {
  background: url(/img/nav/link-right-light.png) right center no-repeat;
}

.carousel .jump,
.carousel .jump:link,
.carousel .jump:visited,
.carousel .jump:hover,
.carousel .jump:active {
  color: #eee;
}

.carousel .jump:hover {
  color: #ccc;
}

.carousel .jump.up {
  background-image: url(/img/nav/link-up-light.png);
}

.carousel .jump.down {
  background-image: url(/img/nav/link-down-light.png);
}

.carousel .jump.left {
  background-image: url(/img/nav/link-left-light.png);
}



#carousel-left,
#carousel-right {
  position: absolute;
  top: 48px;
  width: 65px;
  height: 65px;
  background: url(/img/bg/bg-carousel-nav.png) left top no-repeat;
  z-index: 20;
  display: none;
  cursor: pointer;
}
#carousel-left {
  left: 0px;
}
#carousel-right {
  right: 0px;
  background-position: right top;
}


.p-image td {
	width: 600px;
	height: 300px;
	vertical-align: middle;
	text-align: center;
}

#carousel-left:hover {
  background-position: left bottom;
}
#carousel-right:hover {
  background-position: right bottom;
}
#carousel-left.locked,
#carousel-right.locked {
  opacity: .20;
  filter: alpha(opacity=20);
}
#carousel-detail {
  display: none;
  position: absolute;
  left: 312px;
  width: 340px;
  text-align: center;
  top: 12px;
  font-size: 24px;
  line-height: 28px;
  background: #222;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  padding: 0px 12px 2px;
  color: #eee;
  text-transform: uppercase;
  z-index: 30;
}


/* property display */
.carousel.property {
  width: 602px;
  height: 300px;
  background: none;
}
.carousel.property img {
  /*width: 600px;
  height: 300px;*/
  left: 0px;
  top: 0px;
  border: 1px solid #111;
}
.carousel.property .carousel-block {
  width: 600px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  left: 1px;
  opacity: .9;
  height: 35px;
}

.carousel.property .carousel-info {
  position: absolute;
  bottom: 35px;
  left: 1px;
  margin-left: 0px;
  width: 430px;
  height:  92px;
  overflow: hidden;
  display: none;
  font-size: 14px;
  
}
.carousel.property .carousel-info-text {
  color: #333;
  margin: 5px 7px;
}
.carousel-clicktoread {
  float: right;
  margin-right: 5px;
}

.carousel.slide {
  width: 996px;
  height: 348px;
  text-align: center;
  position: relative;
  background: none;
  vertical-align: middle;
}
.carousel.slide img {
  width: auto;
  height: auto;
  margin: auto;
  position: relative;
  left: 0;
  top: 0;
}
.carousel.slide .carousel-block {
  left: 0px;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
}
table.slide-container td {
  height: 342px;
  width: 996px;
  text-align: center;
  vertical-align: middle;
}
.carousel.slide .carousel-caption {
  margin: 8px;
  color: #eee;
  font-size: 16px;
}

.services-section.off {
  display: none;
}
.services-section.on {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/img/bg/services-section.png) left top no-repeat;
  top: 1px;
  left: 1px;
  z-index: 0;
}
