/* 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;text-align:center;}
* html #superbox{position:relative;top:-50%;display:inline-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-color: #ffffff;
	
	border: 1px solid #f3f3f3;
	
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-opera-border-radius: 6px;
	-o-border-radius: 6px;
	-khtml-border-radius: 6px;
}
#superbox-innerbox{padding: 10px 0px 0px 0px;}
#superbox.image{text-align:center;}
#superbox .close, #superbox .nextprev{overflow:hidden;margin:0;}
#superbox .nextprev{cursor:pointer}
#superbox .close{text-align: left;height: 20px;position:relative;z-index:10002;}
/*#superbox .close a{background-color: #6d6d6d; color: #ffffff; padding: 3px 5px 3px 5px;text-decoration: none;}*/
#superbox .close a{cursor:pointer; float: right;display: block; width: 20px; height: 20px; background: scroll url('/images/icon_close.gif') left top no-repeat; text-decoration: none; margin: 0px 0px 0px 10px;}
#superbox .superbox-title{position:relative;margin:-20px 0px 0px 0px;z-index:10001;font-weight: 700;font-size: 14px;line-height:20px;color: #000000;padding-right: 30px;text-align: left;}
/* IE6 hack to align the close cross */
* html #superbox .close{overflow:visible;}
* html #superbox .close a{margin-right: -20px;z-index:10003;position:relative;}
