div#fancy_overlay {
	position:absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	background-color: #333;
}

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: 40px;
	background: transparent url(fancy_progress.png) no-repeat;
}

div#fancy_close {
	position: absolute;
	top: 0px;
	left: -135px;
	width: 635px;
	height: 118px;
	display: none;
	background-image: url(DYNAMENU.png) !important;
	background-image: none;
	filter: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.solucionesmx.com/dynasol/menu/dynamenu.png');
}

div#fancy_content {
	position: absolute;
	top: 0;
	left: 0;
	width: 713px;
	height: 118px;
	margin: 0;
	z-index: 92;
}


#fancy_frame {
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
}


div#fancy_outer {
	position: absolute;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 135px;
	z-index: 90;
}


div#fancy_inner {
	position: relative;
	width: 713px;
	height: 118px;
	background: #FFF;
}


#fancy_bigIframe, #fancy_freeIframe {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}



