#lightbox-overlay {
	background-image: url(/images/lightbox/overlay.png); 
	position: absolute;
	position: fixed !important;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 100%;
	text-align: center;
}

* html #lightbox-overlay {
	position: absolute;
	background-color: #000;
	background-color: transparent;
	background-image: none;
	width: 100%;
	height: 0px;
}

#lightbox {
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	z-index: 100;
	width:  100%;
	height: 100%;
	text-align: center;
}



#lightbox-window {
	margin: 0px auto;
	position: absolute;
	top: 175px;
	min-width: 400px;
	z-index: 150;
/*	left: 50%;
	margin-left: -200px;*/
	text-align: left;
	background: url('/images/lightbox/background.png');
	padding: 16px;
}

#lightbox-window div.box {
	margin: 0px;
}

.lightbox-middle {
	margin: 0px auto;
	position: absolute;
	top: 175px;
	background: #fff;
	border: 1px #14415a solid;
	width: 400px;
	padding: 10px;
	z-index: 150;
	left: 50%;
	margin-left: -200px;
	text-align: left;
}

.lightbox-middle .panel-white {
	margin: 0px;
	padding: 30px 20px;
	color: #666666;
}

.lightbox-middle div.close-button {
	margin-bottom: 4px;
}

.lightbox-middle div.close-button a {
	color: #ffffff;
}

.lightbox-middle div.close-button a:hover {
	color: #6eccff;
}