body {
	font-family:Georgia,Times New Roman,serif;
	font-size:small;
	}

h2 {
	margin:0px;
	}

.front-boxes {
	position:relative;
	top:-40px;
	}
	
.front-box {
	width:227px;
	float:left;
	margin-left:19px;
	border:1px solid #000;
	background:#fff;
	}

.front-box-text {
	border-top:1px solid #000;
	padding:10px;
	}

.front-box:first-child {
	margin:0px;
	}

.property-page {
	position:relative;
	top:-170px;
	width:725px;
	}

.slide-show-holder {
	float:left;
	}

.slide-show {
	background:#fff;
	text-align:center;
	border:1px solid #000;
	width:320px;
	height:445px;
	}

.property-text-holder {
	float:left;
	border:1px solid #000;
	background:#fff;
	width:382px;
	margin-left:19px;
	}

.property-text {
	padding:20px 40px 20px 30px;
	}

input {
	cursor:pointer;
	border:1px solid #999;
	color:#999;
	background:#eee;
	width:30px;
	text-align:center;
	font-size:12px;
	}

input.disabled {
	cursor:default;
	border:1px solid #ccc;
	color:#ccc;
	background:#f4f4f4;
	}
