.popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
	z-index: 1000;
}
.popup-container {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	position: fixed;
	border: 15px solid white;
	background: white;
}
.popup-link {
	position: absolute;
	top: 0;
	right: 0;
}
.popup-image {
	position: absolute;
	top: 0;
	right: 0;
}
.popup-close {
	overflow: hidden;
	position: absolute;
	top: -33px;
	right: -33px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url('/img/fancybox/fancybox_sprite.png') 0 0 no-repeat;
}