/* 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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 5px;
	behavior: url(/PIE.htc);
}
#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:#000;
}
#superbox-container .loading {
	text-align:center;
	font-size:40px;
	color:#fff;
}
#superbox {
	padding:10px;
	background:#387F8D;
}
#superbox-innerbox {
	padding:10px 0;
}
#superbox.image {
	text-align:center;
}
#superbox .close, #superbox .nextprev {
	overflow:hidden;
	margin:0;
}
/* Custom Theme */
		#superbox-overlay {
	background:#000000;
}
#superbox-container .loading {
	width:32px;
	height:32px;
	margin:0 auto;
	text-indent:-9999px;
	background:url(../images/loader.gif) no-repeat 0 0;
}
#superbox .close a {
	float:right;
	padding:0 5px;
	line-height:18px;
	background:#275863;
	cursor:pointer;
}
#superbox .close a {
	border:0px;
	border-top: 2px solid #f2d75e;
	background: #ddb606;
	background: -webkit-gradient(linear, left top, left bottom, from(#FCE370), to(#ad900e));
	background: -moz-linear-gradient(top, #FCE370, #ad900e);
	-pie-background: linear-gradient(#FCE370, #ad900e);
	padding: 0px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
	box-shadow: rgba(0, 0, 0, 0.5) 0 1px 1px;
	text-shadow: rgba(0, 0, 0, .4) 0 1px 1px;
	color: white;
	font-size: 11px;
	font-family: Helvetica, Arial, Sans-Serif;
	text-decoration: none;
	vertical-align: middle;
	height:100%;
	cursor:pointer;
	position:relative;
	behavior: url(/PIE.htc);
}
#superbox .close a:hover {
	border-top-color: #967903;
	-pie-background: linear-gradient(#ad900e, #967903);
	background: #ad900e;
	color: #ccc;
	behavior: url(/PIE.htc);
}
#superbox .close a span {
	color:#fff;
}
#superbox .nextprev a {
	float:left;
	margin-right:5px;
	padding:0 5px;
	line-height:20px;
	background:#333;
	cursor:pointer;
	color:#fff;
}
#superbox .nextprev .disabled {
	background:#ccc;
	cursor:default;
}

