/* Base Superbox Styles */
#superbox-overlay{position:absolute;top:0;left:0;z-index:999;width:100%;height:100%;background:#000;cursor:pointer;}
#superbox-wrapper{position: absolute;top: 50px !important;left: 50%; margin-left:-400px;width: 800px !important; height:500px !important;z-index: 1000;text-align: center;line-height: 0;}
#superbox-container{position:relative;width: 790px !important; height:490px !important;margin:0;padding:5px;background:#000;}
#superbox{margin:0 auto; padding:0; width:790px !important;height:490px !important; background:#FFFFFF url(../imgs/screen.jpg) no-repeat scroll 0 0;}
/*#superbox-container .loading{margin:0;text-align:center;}*/
/* IE6 - Thanks to Thickbox for IE expressions */
* html #superbox-overlay{position:absolute;height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight + 'px' : document.body.offsetHeight + 'px');}
#superbox-container .loading { width:32px; height:32px; position:absolute;top: 220px !important;left: 50%; margin-left:-16px;background: #000 url(../imgs/loading-j-black.gif) no-repeat scroll 0 0; font-size:1px;z-index:999999}
