#fade{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.5;
	opacity: 0.50;
	filter: alpha(opacity=50);
}
#light {
	display: none;
	position: absolute;
	top: 25%;
	left: 10px;
	width: 90%;
	height: 560px;
	padding: 0px;
	border: 3px solid #FFFFFF;
	background-color: white;
	z-index:1002;
	overflow: hidden;;
}
#light-header {
	height: 21px;
	padding: 3px;
	padding-top: 6px;
	background: #FFFFFF;
	text-align: left;
	font-size: 14px;
	color:#4E4A47;
	clear: both;
}
#light-header span {
	float: right;
}
#light-header a {
	font-size: 12px;
	color:#4E4A47;
}
#light-header span a {
	color:#4E4A47;
	background: #FFFFFF url(/libraries/ibox.2.17c/skins/lightbox/images/closelabel.gif) no-repeat scroll center center;			
	border:0 none;
	height:22px;
	padding:0;
	text-indent:-100000px;
	width:66px;
	display: block;
}
#map-sidebar {
	background-color:#EFEFEF;
	float:left;
	height:512px;
	margin:0;
	padding:10px;
	text-align:left;
	width:220px;
	overflow: hidden;
}
#map-navigator {
	font-size: 12px;
	list-style: none;
	margin: 0 0 0 8px;
	padding: 0px;
	text-transform: uppercase;
	height: 130px;
}
#map-navigator a {
	text-decoration: none;
}
#map-navigator a:hover {
	text-decoration: underline;
}
#map-navigator li {
	padding-left: 6px; 
	margin: 3px 0;
	border-left: 8px solid #000;
}
#light iframe {
	float: left;
}
#map-info {
	margin-top: 10px;
	padding: 0 5px;
	border: 1px solid #ccc;
	background: #fff7ff;
	height: 335px;
	overflow-y: auto;
	display: none;
}
#map-info p {
	maring-top: 0;
}

