@charset "utf-8";
/* CSS Document */

/*home*/
#homeFirstContent{
	background-color: #523528;	
}

#slideshow{
	overflow:hidden;
	border: 3px solid #533629;
	background-color:#630;
	
}
	#slideshow .slide{
		position: relative;
		height: 340px;
		overflow:hidden;
		display: none;
	}
		#slideshow .slide .caption{
			position:absolute;
			bottom: 0px;
			left: 0px;
			color: #e4cc86;
			margin-bottom: 0px;
			height: 30px;
			padding: 5px;
		}

/*goodLife*/
#goodLife #slideshow{
	margin-left: 130px;
	margin-top: -60px;
	width: 485px;
}
	#goodLife #slideshow .slide{
		height: 340px;
	}
		#goodLife #slideshow .slide .caption{
			height: 30px;
		}
		
/*goodLifeAmenities*/
#goodLifeAmenities #slideshow{
	width: 340px;
}
	#goodLifeAmenities #slideshow .slide{
		height: 259px;
	}
		#goodLifeAmenities #slideshow .slide .caption{
			height: 45px;
		}
		
/*about*/
#about #slideshow{
	width: 340px;
	position:absolute;
	top: 90px;
	left: 20px;
}
	#about #slideshow .slide{
		height: 259px;
	}
		#about #slideshow .slide .caption{
			height: 45px;
		}
