/* 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;
	vertical-align:middle;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#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;
	padding:10px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C7EFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
/* 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;
	padding:10px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C7EFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
* html #superbox-overlay{background-color: #000011;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-color: #000011;
}
#superbox-container .loading{
	text-align:center;
	font-size:24px;
	color:#9EBDD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#superbox {
	padding:10px;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #C7EFFF;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
}
#superbox a:link, #superbox a:visited {
}
#superbox a:hover, #superbox a:active {
	color: #FFFFFF;
}
#superbox-innerbox{padding:10px 0;}
#superbox.image{
	text-align:center;
}
#superbox .close {
	float:right;
	cursor:pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
	text-align: right;
}
#superbox .nextprev{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
	padding-top: 10px;
}
#superbox .next{
	float:right;
	cursor:pointer;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
}
#superbox .prev{margin:0;float:left;cursor:pointer;}
.superBoxClose {
	font-size: 10px;
	color: #ffffff;
}

