/* 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;}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:0px;background:#fff; border:3px solid #EF2B82; -moz-border-radius: 10px;
-webkit-border-radius: 10px;}
#superbox-innerbox{padding:10px 0; padding-top:1px;}
#superbox.image{text-align:center;}
#superbox .close { text-align:right; cursor:pointer; background: #EAEAEA; padding:3px 10px;border:1px solid #EAEAEA; -moz-border-radius-topleft: 7px; -webkit-border-radius-topleft: 7px; -moz-border-radius-topright: 7px; -webkit-border-radius-topright: 7px;}
#superbox .close a, #superbox .close a:hover { color:#333;}
