/*=main content
----------------*/
#contentWrapper #mainContent {
	float: right;
	width: 460px;
	padding: 15px 0 13px;
	margin-right: 41px;
	display: inline;
}

/*=property view
-------------*/
#mainContent #propertyView {
	position: relative;
	width: 470px;
	height: 250px;
}
#mainContent #propertyView2 {
	position: relative;
	width: 470px;
	height: 310px;
}
/*
#mainContent #text {
	position:absolute;
	width:500px;
}
*/

#mainContent #text h1 {
	margin-bottom:5px;
}

/*
html>body #mainContent #text {
	position:absolute;	
	width:500px;
	margin-top:-10px;
}

#mainContent #text p {
	margin-top:0px;
}
*/


#mainContent #text {
	width:450px;
	margin-top:-10px;
	margin-bottom:25px;
	display:block;
}

#mainContent #text p {
	margin-top:0px;
	margin-bottom:10px;
}


/*=click thumbs
---------------*/
#propertyView #clickThumbs {
	position: absolute;
	top: 0;
	/* left: 134px; */
	z-index: 1;
	width: 242px;
	height: 220px;
}

/*=property photos
-------------------*/
#propertyView ul#propertyPhotos {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#propertyView2 ul#propertyPhotos {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#propertyPhotos li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
}

/*=property thumbs
------------------*/
#propertyView ul#propertyThumbs {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 71px;
	height:220px;
	font-size: 10px;
	line-height: 1.0;
	z-index: 10;
}
#propertyThumbs li { height: 58px; } 

.active { display: block; }
.notActive { display: none; }

h1 {
	font-size: 10px;
	margin: 0;
	line-height: 1.0;
}

p {
	color: #58595b;
	line-height: 1.2;
	margin: 5px 0 0;
	font-size: 10px;
}