/* Base Superbox Styles */
#superbox-overlay{position:absolute;top:0;left:0;width:100%;height:100%; z-index: 100000}
#superbox-wrapper{position:absolute;;top:0;left:0px;width:100%;height:100%;z-index: 100001}
#superbox-container{position:relative;width:100%;height:100%;margin:0;padding:0;vertical-align:middle;}
#superbox{margin:0 auto;padding:0;}
#superbox-container .loading{margin:0;}

/* Default Theme */
#superbox-overlay{background:#000;}
#superbox-container .loading{text-align:center;font-size:40px;color:#fff;}
#superbox{padding:10px;background:#444;}
#superbox-innerbox{padding:2px 0; background-color: black;}
#superbox.image{text-align:center;}
#superbox .close,
#superbox .nextprev{overflow:hidden;margin:0;cursor: pointer;color: #eee; text-align: right;}
#superbox a, #superbox a:visited, #superbox a:link, #superbox a:hover {
	text-decoration: none;
	color: #eee; 
	font-size: 12px;
}
#superbox a:hover {
	color: #eee; 
	font-size: 12px;
}
