@charset "utf-8";
/* Fading - Iframe Script > 2007.08.22 © Karácsony Máté */
/* Version: 0.1a */

#fadingIframe_plane
{
	background-color: black;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#fadingIframe_horizon
{
	height: 1px;
	overflow: visible;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1001;
}

#fadingIframe_plane a
{
	display: block;
	height: 100%;
	width: 100%;
	text-align: right;
}

#fadingIframe_plane a:focus {
	outline:none
}

#fadingIframe_plane a img
{
	border: none;
	vertical-align: top;
}

#fadingIframe_plane a span
{
	color: #333;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	position: absolute;
	right: 1%;
	bottom: 0;
}

#fadingIframe_frame
{
	background-color: white;
	border: none;
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 1004;
}