#image_overlay {
	z-index: 30;
	position:fixed;
	_position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-image: url(../images/interface/overlay.png);
}

* html #image_overlay {
	background-color:#54C6B7;
	background-image: url(../images/interface/blank.gif);
	filter: Alpha(Opacity=70);
}

#imagebox
{
	z-index: 90;
	position: fixed;
	_position:absolute;
	left: 0px;
	top: 50px;
	width:525px;
	height:525px;
	background-color:#FFF;
	padding: 10px;
	text-align:center;
}

#imagebox img {border:0; }

#ib_image { width:500px; height:500px; }
#ib_closeButton { bottom: 5px; right: 10px; position:absolute; z-index:91; }
