.trans {
	position: absolute;
	z-index: 30;
	width: 500px;
	height: 500px;
	border: none;
}
.neighborhood_map {
	position:relative;
}

.neighborhood_map ul{
	list-style: none;
}

.neighborhood_map li{
	position: absolute;
	z-index: 20;
	stext-indent: -1000em;	
	font-weight: bold;
	font-size: 20px;
	padding:25px;
	color: #fff;
	text-align: left;
}

.neighborhood_map .maphighlight {
	width:450px;
	height:450px;
	top:0;
	left:0;
}

.nhmap:hover {
	border: 1px solid #f00;
}

.hovering {
	display:inline !important;
}

.nothover {
	display:none;
}

/*!
 * Ext Core Library $version&#xD;&#xA;http://extjs.com/&#xD;&#xA;Copyright(c) 2006-2009, $author.&#xD;&#xA;&#xD;&#xA;The MIT License&#xD;&#xA;&#xD;&#xA;Permission is hereby granted, free of charge, to any person obtaining a copy&#xD;&#xA;of this software and associated documentation files (the &quot;Software&quot;), to deal&#xD;&#xA;in the Software without restriction, including without limitation the rights&#xD;&#xA;to use, copy, modify, merge, publish, distribute, sublicense, and/or sell&#xD;&#xA;copies of the Software, and to permit persons to whom the Software is&#xD;&#xA;furnished to do so, subject to the following conditions:&#xD;&#xA;&#xD;&#xA;The above copyright notice and this permission notice shall be included in&#xD;&#xA;all copies or substantial portions of the Software.&#xD;&#xA;&#xD;&#xA;THE SOFTWARE IS PROVIDED &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR&#xD;&#xA;IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,&#xD;&#xA;FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE&#xD;&#xA;AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER&#xD;&#xA;LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,&#xD;&#xA;OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN&#xD;&#xA;THE SOFTWARE.&#xD;&#xA;
 */
#ux-mapbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 15000;
    text-align: center;    
}

#ux-mapbox-info {

}

#ux-mapbox-info h1 {
	font-size:20px;
	margin:0;
	padding:0 5px;
	text-align:left;
}

#ux-mapbox-close {
	background:none repeat scroll 0 0 #FF0000;
	color:#FFFFFF;
	cursor:pointer;
	float:right;
	font-size:15px;
	font-weight:bold;
	height:20px;
	margin:0;
	padding:0;
	text-align:center;
	width:20px;
}

#ux-mapbox-overlay,
#ux-mapbox-shim{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14999;
    width: 100%;
    height: 500px;
    background-color: #000;
    padding: 0;
    margin: 0;
}

#ux-mapbox-shim {
    z-index: 89;
    background-color: transparent;
    filter: alpha(opacity=0);
}
