/* Base Superbox Styles */
#superbox-overlay{position:fixed;top:0;left:0;z-index:99998;width:100%;height:100%;}
#superbox-wrapper{position:fixed;z-index:99999;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-wrapper{position:absolute !important;}
*: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:#fff;}
#superbox-innerbox{
	padding: 2px 0 0px 0;
}
#superbox .credit-info{
margin-top:10px;

}
#superbox.image{text-align:center;}
#superbox .nextprev {
	margin: 0;
	position: relative;
	height: 20px;
}
#superbox .caption {
	background: #fff;
	float: left;
	width: 80%;
	color: #333;
	font-size: 12px;
	text-align: left;
	padding-top: 15px;
}

/* Controls */
#superbox .close {
	position: relative;
}
#superbox .close a {
	background: url('../images/btn-close.gif') 0 0 no-repeat;
	display: block;
	width: 23px; 
	height: 23px;
	text-indent: -10000px;
	cursor: pointer;
	position: absolute;
	top: 2px;
	right: 0;
}
#superbox .nextprev .prev {
	background: url('../images/carousel_prev.png') 0 0 no-repeat;
	display: block;
	width: 16px;
	height: 17px;
	position: absolute;
	bottom: 0;
	right: 30px;
	text-indent: -10000px;
	cursor: pointer;
}
#superbox .nextprev .next {
	background: url('../images/carousel_next.png') 0 0 no-repeat;
	width: 16px;
	height: 17px;
	position: absolute;
	bottom: 0;
	right: 3px;
	text-indent: -10000px;
	cursor: pointer;
}
