﻿div#fancy_close {
	position: absolute;
	top: 310px;
	right: 30px;
	height: 11px;
	width: 67px;
	background: url('../images/jsImage/close-image.gif') no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
	background-color:black;
}
