/*Base Superbox Styles*/
#superbox-overlay
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	width: 100%;
	height: 100%;
}
#superbox-wrapper
{
	position: fixed;
	z-index: 9999;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
}
#superbox-container
{
	position: relative;
	display: table-cell;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
#superbox
{
	margin: 0 auto;
	padding: 0;
}
#superbox-container .loading
{
	margin: 0;
	text-align: center;
}
/*IE7*/
*:first-child + HTML #superbox-container
{
	position: absolute;
	top: 50%;
	display: block;
	height: auto;
}
*:first-child + HTML #superbox
{
	position: relative;
	top: -50%;
	display: block;
}
/*IE6 - Thanks to Thickbox for IE expressions*/
* HTML #superbox-container
{
	position: absolute;
	top: 50%;
	display: block;
	height: auto;
}
* HTML #superbox
{
	position: relative;
	top: -50%;
	display: block;
}
* HTML #superbox-overlay
{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');
}
* HTML #superbox-wrapper
{
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
/*Default Theme*/
#superbox-overlay
{
	background: #181818;
}
#superbox-container .loading
{
	width: 32px;
	height: 32px;
	margin: 0 auto;
	text-indent: -9999px;
	background-image: url(/images/loader2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#superbox
{
	padding: 10px;
	background: #FFF;
}
#superbox-innerbox
{
	background-color: #FFF;
	padding: 10px 0;
}
#superbox.image
{
	text-align: center;
}
#superbox .close, #superbox .nextprev
{
	overflow: hidden;
	margin: 0;
}
#superbox .close A
{
	font-family: Verdana;
	float: right;
	padding: 0 5px;
	line-height: 18px;
	background: #DF1820;
	cursor: pointer;
}
#superbox .close A SPAN
{
	color: #FFF;
}
#superbox .nextprev A
{
	float: left;
	margin-right: 5px;
	padding: 0 5px;
	line-height: 18px;
	background: #EF1F4F;
	cursor: pointer;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#superbox .nextprev .disabled
{
	color: #808080;
	background: #CCC;
	cursor: default;
}
#superbox .altinfo
{
	color: #808080;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}
