#ibpic { display: none; margin: 0; position: absolute; top: 50%; left: 50%; background: #FFF; border: 1px solid #CCC; z-index: 10000; }

#overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	_width: 120%;
	height: 100%;
	background: #000; 
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	z-index: 100;
}

.noscroll { overflow: hidden; min-height: 100%; height: auto !important; height: 100%; }

#ibloading { display: none; width: 56px; height: 56px; margin: -25px 0 0 -25px; position: absolute; top: 50%; left: 50%; background: url(images/bgrd_la.gif) center no-repeat; z-index: 10000; }
#ibloading img { display: block; margin: 12px auto; }

#gadget, #overlay_content {
	display: none;
	width: 500px;
	height: 500px;
	margin: -250px 0 0 -250px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	z-index: 10000;
	padding: 10px;
}