/* Base Superbox Styles */
#superbox-overlay {
	position:fixed;
	top:0;
	left:0;
	z-index:9998;
	width:100%;
	height:100%;
	background: #213031;
}
#superbox-wrapper {
	position:fixed;
	z-index:9999999;
	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-container .loading {
	text-align:center;
	font-size:40px;
	color:#fff;
}
#superbox {
	padding:10px;
	background:none;
}
#superbox-innerbox {
	/*padding:10px 0;*/
	border:2px solid #BAF1FC;
	width:100%;
}
#superbox.image {
	text-align:center;
}
#superbox .close, #superbox .nextprev {
	overflow:hidden;
	margin:0 0 10px 0;
}
#superbox .close {
	}
/*lightbox lightbox lightbox lightbox lightbox lightbox lightbox lightbox lightbox lightbox lightbox lightbox lightbox */
#superbox-overlay {
	width: 100%;
	overflow: visible;
	/*position: relative;*/
	margin: 0 auto 0 auto;
	padding: 0;
	background: #213031;
}
#superbox-container .loading {
	width:32px;
	height:32px;
	text-indent:-9999px;
	background-image: url(../Scripts/loader.gif);
	background-position:center 0;
	background-repeat:no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0;
	width: 100%;
}
#superbox .close a {
	float:right;
	padding:0 10px;
	line-height:20px;
	color:black;
	background:#BAF1FC;
	cursor:pointer;
	border:1px solid black; 
}
#superbox .nextprev a {
	float:left;
	margin-right:5px;
	padding:0 5px;
	line-height:20px;
	background:#3F1C08;
	cursor:pointer;
	color:#fff;
}
#superbox .nextprev .disabled {
	background:#ccc;
	cursor:default;
}
#superbox .close a:hover {
	
	color:#fff;
	background:black;
	text-decoration:none;
	border:1px solid #BAF1FC; 
}

