#pop_overlay {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 90;
	background-color: #000;
}

#pop_frame {
	position: relative;
	display: none;
	width: 560px;
	height: 580px;
	border: none;
	margin-top: 10px;
	background-color: #fff;
	z-index: 190;
}

#pop_close {
	position: absolute;
	display: block;
	padding: 4px;
	background-color: #fff;
	z-index: 100;
}

#pop_close a {
	display: block;
	width: 19px;
	height: 19px;
	background: #fff url(../images/generic/popover_gallery/close_white.gif) center top no-repeat;
}

#pop_close a:hover {
	background: #fff url(../images/generic/popover_gallery/close_white.gif) center bottom no-repeat;
}
