#cover{
  z-index: 90;
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  _height:expression(document.body.clientHeight);
  filter:alpha(opacity=75);
  -moz-opacity:.75;
  opacity:.75;
  -khtml-opacity = .75;
  display: none;
  _height:expression(document.body.clientHeight);
  top:0;
  left: 0;
}

body {
  width: 100%;
  height: 100%;
  _height:expression(document.body.clientHeight);
}

#slideshow {
  width: 720px;
  height: 405px;
  border: 1px solid #000;
  background: url('../images/slideshow.loading.gif') no-repeat center center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -202px 0 0 -360px;
  padding: 5px 10px;
  z-index: 100;
}

#slideshow div {
  font: 12px Arial ;
  padding: 2px;
}

#slideshow .fave{
  position: absolute;
  bottom: 14px;
  left: 100px;
}

#slideshow .slideclose {
  cursor: pointer;
  position: absolute;
  right: 3px;
  top: 3px;
}

#slideshow .marketvalue {
  position: absolute;
  right: 10px;
  top: 60px;
  font-size: 10px;
}

#slideshow .marketvalue img {
  border: 1px solid #8BABDF;
}

#slideshow .fulldetails {
  position: absolute;
  bottom: 2px;
  right: 10px;
}

#slideshow .photos {
  float: left;
  margin: 0 10px 0 0;
  padding: 2px;
  border: 1px solid #BFBFBF;
  width: 324px;
  height: 288px;
}

#slideshow .photobig {
  height: 240px;
	width: 100%;
	overflow: hidden;
}

#slideshow .expandmaps {
  float: right;
  cursor: pointer;
}

#slideshow .morephotos {
  margin: 0;
}

#slideshow .morephotos span {
  margin: 0;
  padding: 0;
}

#slideshow .morephotos img {
  margin: 0 2px 0 0;
  cursor: pointer;
}

#slideshow .address {
  z-index: 200;
  background-color: #fff;
  width: 688px;
  height: 30px;
  overflow: hidden;
  font-size: 28px;
  color: #121F5F;
  font-weight: bold;
  padding: 0;
}

#slideshow .price {
  font-size: 30px;
  color: #356F22;
  font-weight: bold;
}

#slideshow .type {
  font-size: 20px;
  font-weight: bold;
  padding: 0;
  width: 600px;
}

#slideshow .otherinfos {
  font-size: 16px;
}

#slideshow .otherinfos .zipcode, #slideshow .otherinfos .city, #slideshow .otherinfos .bedbath, #slideshow .otherinfos .price, #slideshow .otherinfos .details, .state{
	width:auto !important;
}

#slideshow h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}

#slideshow .warning_loop {
  font: 28px Arial;
  text-align: center;
  margin: 150px 30px 0 30px;
}

#slideshow .slidebody .slidepagination {
	bottom:2px;
	cursor:pointer;
	left:10px;
	position:absolute;
}