*:first-child + html #superbox-container {
	top: 50%; height: auto; display: block; position: absolute;
}
*:first-child + html #superbox {
	top: -50%; display: block; position: relative;
}
* html #superbox-container {
	top: 50%; height: auto; display: block; position: absolute;
}
* html #superbox {
	top: -50%; display: block; position: relative;
}
* html #superbox-overlay {
	position: absolute;
}
* html #superbox-wrapper {
	position: absolute;
}
#superbox-overlay {
	left: 0px; top: 0px; width: 100%; height: 100%; position: fixed; z-index: 9998;
}
#superbox-wrapper {
	top: 0px; width: 100%; height: 100%; display: table; position: fixed; z-index: 9999;
}
#superbox-container {
	margin: 0px; padding: 0px; width: 100%; height: 100%; vertical-align: middle; display: table-cell; position: relative;
}
#superbox {
	margin: 0px auto; padding: 0px;
}
#superbox-container .loading {
	margin: 0px; text-align: center;
}
#superbox-overlay {
	background: rgb(0, 0, 0);
}
#superbox-container .loading {
	text-align: center; color: rgb(255, 255, 255); font-size: 40px;
}
#superbox {
	background: rgb(255, 255, 255); padding: 0px;
}
#superbox-innerbox {
	padding: 0px;
}
.image#superbox {
	text-align: center;
}
#superbox .close {
	margin: 0px; overflow: hidden;
}
#superbox .nextprev {
	margin: 0px; overflow: hidden;
}
