/* 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: #FFF;}
#superbox-container .loading
{
    text-align: center;
    font-size: 40px;
    color: #000;
	width: 126px;
	height: 22px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(/js/loaderBar.gif) no-repeat 0 0;
}
#superbox {padding: 10px; background: #000; border:solid 1px #333; background-image:url(/images/bkBody.jpg);}
#superbox-innerbox {padding: 10px 0;}
#superbox .image {text-align: center;}
#superbox .close, #superbox .nextprev {overflow: hidden; margin: 0;}
#superbox .close a {float: right; padding: 0 5px; line-height: 20px; cursor: pointer;}
#superbox .close a span {}
#superbox .nextprev {display: none;}