
#mapContainer{
	width:956px;
	padding:35px 5px 0;	
	display:none;
	
	background: #fff; /* url(/images/transparent1x1.png) */
	border: 0 none;
	
	border-radius: 10px;
	
	position: absolute !important;
	z-index:10000;
}

#mapContainer .close{
	float:right;
	width:30px;
	height:30px;
	background:url(/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
	cursor:pointer;
	position:absolute;
	top:3px;
	right:3px;
}

