div#mapDisplays { position: relative; width: 1208px; height: 540px; border: 1px solid gray; }
div#map { width: 1208px; height: 540px; }

div#mapPhotoList { position: absolute; left: -1px; bottom: 45px; width: 1190px; height: 42px; padding: 0px 9px; background-color: white; border: 1px solid black; }

div#orderBys { position: absolute; left: 100px; bottom: 22px; width: 240px; height: 22px; background-color: white; border: 1px solid black; text-align: center; }

div#searchBlock { font-size: 12px; position: absolute; right: 20px; top: -1px; padding: 2px; background-color: white; border: 1px solid black; }
div#searchBlock input { width: 200px; height: 18px; }
div#searchBlock * { float: left; font-size: 12px; }

div#location { position: absolute; right: -1px; bottom: 88px; width: 220px; height: 18px; background-color: white; border: 1px solid black; text-align: center; font-size: 8pt; }

div#showLoading { display: none; position: absolute; left: 120px; top: 0px; width: 220px; height: 18px; background-color: black; color: white; text-align: center; }

div#message { display: none; position: absolute; left: 296px; top: 240px; width: 300px; min-height: 16px; background-color: black; color: white; padding: 10px; text-align: center; font-size: 8pt; font-weight: bold; z-index: 9999999999; }

div#mapPhotoList div.mapPhoto {
	float: left;
	margin: 5px 1px;
}

div#mapPhotoList img {
	width: 30px;
	height: 30px;
	border: 1px solid black;
}

div.float {
	background-color: white;
	border: 1px solid black;
	padding: 3px 5px;
	text-align: left;
	display: none;
}
div.float p {
	font-size: 10px;
}

div.photoWindow a {
	display: block;
	float: left;
	margin: 3px;
}
div.photoWindow div.photoInfo {
	float: left;
	margin: 3px;
}

div#cv {
	position: absolute;
	left: 602px;
	width: 3px;
	top: 255px;
	height: 29px;
	background-color: red;
	border: 1px solid white;
	z-index: 1000000;
}
div#ch {
	position: absolute;
	left: 589px;
	width: 29px;
	top: 268px;
	height: 3px;
	background-color: red;
	border: 1px solid white;
	z-index:1000000;
}
div#cp {
	position: absolute;
	left: 602px;
	width: 3px;
	top: 268px;
	height: 3px;
	background-color: white;
	border: 1px solid red;
	z-index:10000000;
}

