div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}


.map_popup_over
{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.5);
	z-index:999;
	display:none;
}
.map_popup
{
	width:50%;
	height:400px;
	top:50%;
	margin-top:-200px;
	left:25%;
	position: fixed;
	z-index: 1000;
	display:none;
	background: #fff;
}