html, body {
	height: 100%;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background:url(/images/fancy/fancy_progress.png) no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: none;
	z-index: 30;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	padding:28px;
	margin: 0;
	overflow: hidden;
	background: transparent;
	display: none;
	width:700px!important;
	height:335px!important;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}
div#fancy_div {
	background: #FFF;
	color: #000;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top : 0px;
	right: 0px;
	height: 20px;
	width: 20px;
	background: url(/images/del.gif) 50% 50% 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;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg_n {
	top: -28px;
	width: 100%;
	height: 28px;
	background: url(/images/fancy/shadow-top.png) repeat-x;
}
div.fancy_bg_ne {
	top: -28px;
	right: -28px;
	width: 28px;
	height: 28px;
	background: url(/images/fancy/shadow-top-right.png) no-repeat;
}
* html div.fancy_bg_ne{
	right:-29px;
}
div.fancy_bg_e {
	right: -28px;
	height: 100%;
	width: 28px;
	background: url(/images/fancy/shadow-right.png) repeat-y;
}
div.fancy_bg_se {
	bottom: -28px;
	right: -28px;
	width: 28px;
	height: 28px;
	background: url(/images/fancy/shadow-bottom-right.png) no-repeat;
}
* html div.fancy_bg_se{
	width: 27px;
	height: 27px;
}
div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: url(/images/fancy/shadow-bottom.png) repeat-x;
}
div.fancy_bg_sw {
	bottom: -28px;
	left: -28px;
	width: 28px;
	height: 28px;
	background: url(/images/fancy/shadow-bottom-left.png) no-repeat;
}
div.fancy_bg_w {
	left: -29px;
	height: 100%;
	width: 29px;
	background: url(/images/fancy/shadow-left.png) repeat-y;
}
div.fancy_bg_nw {
	top: -28px;
	left: -28px;
	width: 28px;
	height: 28px;
	background: url(/images/fancy/shadow-top-left.png) no-repeat;
}

