.spr1 {font-size: 1em;font-weight: bold;color: #FF6D4D;}
.spr2 {font-size: 1em;color: #206D00;}
.rls {
	color: #6C6C6C;
	list-style-image: url(https://i.u-mama.ru/ni/rli.gif);
	list-style-type: square;
	margin-left:0px;
}
#vew_photo
{
	Z-INDEX: 1000;
	top: 0px;
	left: 0px;
	POSITION: absolute;
	display:none;
	text-align:center;
	margin: 50 0 0 0px;
	padding: 0 0 0 0px;	
}


#overlay
{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left: 0px;
	z-index:997;
	/*background: #333 url(https://u-mama.ru/i/ovelay_ny.png);          */
	filter:alpha(opacity=90);
	opacity: 0.90;
	

}
* html #overlay{
	position: absolute;
	left: expression(eval(document.body.scrollLeft) + 'px');
	top: expression(eval(document.body.scrollTop) + 'px');
	width: expression(eval(document.body.clientWidth) + 'px');
	height: expression(eval(document.body.clientHeight) + 'px');
	filter: alpha(opacity=80);
}
.show_map,.del_fav{
	text-decoration:underline;
	cursor:pointer;
	color:blue;
}