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

div#print_gallery_section1 {
	min-height:620px;
	height:auto !important;
	height:620px;
}

div#main_gallery {
	/* none  for printing */
}

div#photo_container {
	border:1px solid #9d9c92;
	width:650px;
/*	min-height:980px;
	height:auto !important;
	height:980px;
*/	margin:10px 0 0 25px;
}

div#thumbnail_box {
	border:1px solid #9d9c92;
	width:292px;
/*	min-height:640px;
	height:auto !important;
	height:640px;	
*/	margin:5px 15px 0 0;
	float:right;
}

div#floor_plan_right {
	width:292px;
/*	min-height:auto;
	height:auto !important;
	height:auto;
*/	border:1px solid #9d9c92;	
	margin:28px 15px 0 0;
	float:right;	
}

div#floor_plan_left {
	width:305px;
/*	min-height:auto;
	height:auto !important;
	height:auto;
*/	border:1px solid #9d9c92;
	margin:0 0 0 15px;
	float:left;
}

