.propertyImage {
	background-attachment:scroll;
	background-color:transparent;
	background-image:url(../dynImages/eigen.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
	height:31px;
	margin-right:3px;
	text-align:center;
	width:30px;
	
}
.propertyImage_small {
background-attachment:scroll;
background-color:transparent;
background-image:url("../dynImages/eigen.jpg");
background-position:0 0;
background-repeat:no-repeat;
display:inline;
float:left;
height:18px;
margin-right:1px;
text-align:center;
width: 19px;
}

#prev-arrow{
cursor:pointer;
left:5px;
position:absolute;
top:26px;
z-index:3;
}

#next-arrow{
cursor:pointer;
position:absolute;
right:5px;
top:26px;
z-index:3;
}

.photos {
color:#004D9B;
float:right;
left:10px;
margin:0 0 -40px;
position:relative;
top:-30px;
background:transparent none repeat scroll 0 0;
}

.bar1 {
background:transparent url(../img/bar-1.png) repeat-x scroll 0 0;
color:#FFFFFF;
height:30px;
line-height:15px;
padding:10px 40px 10px 20px;
margin-top:-55px;
opacity: 0.7;
}


/* the overlayed element */
.simple_overlay {
  
  /* must be initially hidden */
  display:none;
  
  /* place overlay on top of other elements */
  z-index:10000;
  
  /* styling */
  /* background-color:#333;*/
  
  background-color:#fff;
  
  width:600px;  
  height: auto;
  border: 2px solid #0F2131;

  
  /* CSS3 styling for latest browsers */
  -moz-box-shadow:0 0 90px 5px #000;
  -webkit-box-shadow: 0 0 90px #000;  
}




/* close button positioned on upper right corner */
.simple_overlay .close {
  background: url(../img/overlay/apple-close.png) no-repeat;
  position:absolute;
  right:-15px;
  top:-15px;
  cursor:pointer;
  height:35px;
  width:35px;
}



