html {
	height: 100%;
}
body {
	height: 100%;
}
div#fancy_overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: fixed; z-index: 30; background-color: rgb(102, 102, 102);
}
* html div#fancy_overlay {
	position: absolute;
}
div#fancy_wrap {
	text-align: left;
}
div#fancy_loading {
	background: none; width: 40px; height: 40px; overflow: hidden; display: none; position: absolute; z-index: 100; cursor: pointer;
}
div#fancy_loading div {
	background: url("fancy_progress.png") no-repeat; left: 0px; top: 0px; width: 40px; height: 480px; position: absolute;
}
div#fancy_loading_overlay {
	position: absolute; z-index: 30; background-color: rgb(255, 255, 255);
}
div#fancy_outer {
	background: none; margin: 0px; padding: 18px 18px 33px; left: 0px; top: 0px; overflow: hidden; display: none; position: absolute; z-index: 90;
}
div#fancy_inner {
	background: rgb(255, 255, 255); border: 1px solid rgb(187, 187, 187); border-image: none; width: 100%; height: 100%; position: relative;
}
div#fancy_content {
	margin: 0px; position: absolute; z-index: 100;
}
div#fancy_div {
	background: rgb(0, 0, 0); width: 100%; height: 100%; color: rgb(255, 255, 255); z-index: 100;
}
img#fancy_img {
	margin: 0px; padding: 0px; border: 0px currentColor; border-image: none; left: 0px; top: 0px; width: 100%; height: 100%; position: absolute; z-index: 100;
}
#fancy_frame {
	width: 100%; height: 100%; display: none; position: relative;
}
#fancy_ajax {
	width: 100%; height: 100%; overflow: auto;
}
a#fancy_left {
	width: 35%; height: 100%; bottom: 0px; display: none; position: absolute; z-index: 111; cursor: pointer;
}
a#fancy_right {
	width: 35%; height: 100%; bottom: 0px; display: none; position: absolute; z-index: 111; cursor: pointer;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
