html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background-color: #666;*/
	display: none;
	z-index: 300;
}

* html div#fancy_overlay {
	position: absolute;
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 310;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
}

div#fancy_content {
	margin: 0;
	z-index: 320;
	position: absolute;
}


img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 320;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: 22px;
	right: 20px;
	height: 15px;
	width: 15px;
	background: url('../img/btn.compare.close.gif') top left no-repeat;
	cursor: pointer;
	z-index: 330;
	display: none;
}

.fancy_bigIframe {display:none;}