#display {
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:transparent;
/*	border-bottom:10px solid #666666;*/
	display:none;
	padding:0px;
	margin:0px;
	z-index:100;
	cursor:pointer;
}
#display ._background {
	position:absolute;
	top:0px;
	left:0px;
	min-width:100%;
	min-height:100%;
	overflow:hidden;
	margin:0px;
	background:#080808;
	opacity:0.8;
}
#display ._foreground {
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	margin:0px;
	background:transparent;
	overflow:hidden;
	cursor:pointer;
}
#display ._go {
	position:absolute;
	bottom:10px;
	width:50px;
	height:50px;
	background:#ffffff;
	color:#333333;
	font-size:30pt;
	padding-bottom:10px;
	display:block;
	z-index:3;
}
#display ._go[rel="1"] {
	right:0px;
}
#display ._go[rel="-1"] {
	left:0px;
}
#display ._text {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:10px;
	background:#ffffff;
	border-top:10px solid #ffffff;
	white-space:nowrap;
	z-index:3;
}
#display ._text div {
	text-align:left;
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
	z-index:1;
}
#display ._text span {
	text-align:right;
	font-family:verdana;
	font-size:10px;
	float:right;
	background:#ffffff;
	z-index:2;
}
#display ._image {
	position:absolute;
	text-align:center;
	margin:0px;
	border:10px solid #ffffff;
	top:20px;
	width:320px;
	height:240px;
	background:url("ajax-loader.gif") 50% 50% no-repeat #ffffff;
}
#display ._image img {
	position:relative;
	z-index:2;
}
#display ._x {
	position:absolute;
	top:-20px;
	right:-20px;
	width:25px;
	height:26px;
	background:url('x.png') no-repeat transparent center center;
	z-index:3;
	cursor:pointer;
}
#display ._error {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	background:transparent;
	color:#333333;
	text-align:center;
	top:20px;
	z-index:1;
}
#display ._glass {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#ffffff;
	opacity:0;
	z-index:4;
}
#display_brake {
	position:absolute;
	top:0px;
	left:0px;
	width:1px;
	height:1px;
	background:transparent;
	visibility:hidden;
	font-size:0pt;
}
#display_extra {
	position:absolute;
	left:50%;
	margin:0 0 0 -300px;
	width:600px;
	display:none;
	background:#333333;
	min-height:100px;
	border:10px solid #ffffff;
	z-index:101;
}
