
#contentArea {
	width: 420px;
	height: 415px;
	}
		
#propertyContainer {
	width: 420px;
	height: 175px;
	}
	
	/* property photo display */
	#propertyPhotos {
		position: relative;
		float: left;
		width: 214px;
			w\idth: 210px;
		height: 161px;
			he\ight: 157px;
		margin-right: 12px;
		padding: 4px 0 0 4px;
		background: url(../../img/properties/bg-drop-shadow.gif) 0px 0px no-repeat;
		}
		
		#overFlow {
			width: 202px;
			height: 128px;
			overflow: hidden;
			}
		
		a#btnPrevious, a#btnNext, a#btnZoom {
			position: absolute;
			top: 140px;
			left: 2px;
			width: 83px;
			height: 21px;
			display: block;
			background: url(../../img/properties/btn-previous.gif) 0px 0px no-repeat;
			}
			a#btnZoom {
				left: 83px;
				width: 72px;
				background: url(../../img/properties/btn-zoom.gif) 0px 0px no-repeat;
				}
			a#btnNext {
				left: 155px;
				width: 55px;
				background: url(../../img/properties/btn-next.gif) 100% 0px no-repeat;
				}
			
			/* a#btnPrevious:hover, a#btnZoom:hover, a#btnNext:hover { background-position: 100% -21px; } */
			
			/* a.hoverReset { background-position: 100% -21px !important; } */
			/* a.noHover { background-position: 100% -42px !important; } */
			
			a#btnPrevious span, a#btnZoom span, a#btnNext span { display: none; }
			
	/* property focus area details */
	#propertyDetails {
		float: left;
		width: 193px;
		}
		#propertyDetails ul#focusLinks {
			margin: 0 0 6px 0;
			padding: 0 0 14px 0;
			background: url(../../img/properties/bg-property-hr.gif) 0px 100% no-repeat;
			}
			#propertyDetails ul#focusLinks li {
				margin: 0;
				padding: 0;
				background: none;
				}
				#propertyDetails ul#focusLinks li a {
					display: block;
					height: 17px;
					}
					#propertyDetails ul#focusLinks li a span { display: none; }
					#propertyDetails ul#focusLinks li.emailToFriend a { background: url(../../img/properties/btn-email-to-a-friend.gif) 0px 0px no-repeat; }
					#propertyDetails ul#focusLinks li.viewFloorplans a { background: url(../../img/properties/btn-view-floorplans.gif) 0px 0px no-repeat; }
					#propertyDetails ul#focusLinks li.whatRentIncludes a { background: url(../../img/properties/btn-what-rent-includes.gif) 0px 0px no-repeat; }
					#propertyDetails ul#focusLinks li.contactProperty a { background: url(../../img/properties/btn-contact-us.gif) 0px 0px no-repeat; }
					#propertyDetails ul#focusLinks li.viewMap a { background: url(../../img/properties/btn-view-map.gif) 0px 0px no-repeat; }
					
					#propertyDetails ul#focusLinks li a:hover { background-position: 0px -17px; }
			
		#propertyDetails ul#specs {  }
			#propertyDetails ul#specs li {
				margin: 0;
				padding: 0;
				background: none;
				}
				
	#contentArea h3 {
		color: #853525;
		font-size: 1.2em;
		margin-bottom: 2px;
		}
