

.pop_medium {
	display: none;
}
.popup {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
}
.popup:hover .pop_medium {
	display: block;
	position: absolute;
	color: #333;
	background-color: #fff;
	width: 150px;
	padding: 0.5em;
	border: 1px #ddd solid;
	z-index: 10; /* Saf */
	_text-align: center;
	top: -50px;
	left: -150px;
	text-decoration: none; 
	font-size: 10px;
	__font-weight: bold;
}
.popup:hover .pop_medium p {
    margin:0;
    padding:0;
}
.popup:hover .pop_medium.stats {
	position: fixed;
	top: 18px;
	left: 50%;
    margin-left: -79px;
	background: transparent url("http://citylife48.com/static/resources/point_fixed.png") top left no-repeat;
	width: 140px;
	height: 62px;
	padding: 16px 20px 16px 20px;
	border: none;
}
.popup:hover .pop_medium.statsold {
	top: -65px;
	left: 100px;
	background: transparent url("http://citylife48.com/static/resources/point_down.png") top left no-repeat;
	width: 140px;
	height: 62px;
	padding: 16px 20px 16px 20px;
	border: none;
}

#blanket {
	off_background-color:#111;
	off_opacity: 0.65;
	off_filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#popupdiv {
	position:absolute;
	background-color:#fff;
	width:600px;
	z-index: 9002;
	padding: 10px;
	border: 6px solid #aaa;
}
