/* 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{display:table-cell;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0; position:relative; z-index: 99999;}
#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:#fff;}
#superbox-innerbox{padding:0;position:relative;}
#superbox.image{text-align:center;}

#superbox .close{
	cursor:pointer;
	font-weight:bold;
	display:block;
	padding:2px;
    width: 14px;
    height: 14px;
	text-transform:uppercase;
	text-align:center;
	background-color:#FFF;
    top: 0px;
    left: 0px;
}

#superbox .nextprev {
    text-align: center;
    overflow:hidden;
    height: 25px;
}
#superbox .nextprev a{    
    padding:0 5px;
    background:#e7a52c;
    cursor:pointer;
    text-decoration: none;
    height: 20px;
}
#superbox .next{float:right;}
#superbox .prev{float:left;}
#superbox .nextprev .disabled{background:#FFF;cursor:default;}
#superbox .nextprev A STRONG SPAN{
    font-weight: normal;
    font-size: 10px;
    color:#fff;
}

.text-picture{
    display: block;
    padding: 5px 0;
    font-family: Lucida Sans Unicode;
    font-size: 11px;
    color: #FFF;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(../img/bkg-slider.png) left top repeat;
}