#sb-container, #sb-wrapper {     text-align: left; } #sb-container, #sb-overlay {     position: absolute;     top: 0;     left: 0;     width: 100%;     margin: 0;     padding: 0; } #sb-container {     height: 100%;     display: none;     visibility: hidden;     z-index: 1002; } body > #sb-container {     position: fixed; } #sb-overlay {     height: expression(document.documentElement.clientHeight+'px'); } #sb-container > #sb-overlay {     height: 100%; } #sb-wrapper {     position: relative; } #sb-wrapper img {     border: none; } #sb-body {     position: relative;     margin: 0;     padding: 0;     overflow: hidden;     border: 1px solid #303030;     height:100%; } #sb-body-inner {     position: relative;     height: 100%; } #sb-content.html {     height: 100%;     overflow: auto; } #sb-loading {     position: absolute;     top: 0;     width: 100%;     height: 100%;     text-align: center;     padding-top: 10px; } #sb-body, #sb-loading {     background-color: #060606; } #sb-loading-inner {     display: none; } #sb-info { margin-top:2px; } #sb-title, #sb-info {     margin: 0;     padding: 0;     overflow: hidden; } #sb-title-inner, #sb-info-inner {     font-family: 'Lucida Grande' ,Tahoma,sans-serif;     line-height: 16px; } #sb-title, #sb-title-inner {     height: 17px; } #sb-title-inner {     font-size: 14px;     padding: 0 16px;     color: #fff;     text-align: center; } #sb-info, #sb-info-inner {     min-height: 24px; } #sb-info-inner {     font-size: 12px;     color: #fff;     text-align: center; } #sb-info-inner .sb-disclaimer {     font-size: 11px;     font-weight: bold;     margin: 0 8px;     max-width: 250px;     padding: 4px 0;     display: inline-block; } #sb-nav {     float: right;     height: 24px; /*width:55%;*/ } #sb-nav a {     display: block;     float: right; /*height:16px;     margin-left:3px;*/     cursor: pointer;     text-decoration: none;     font-weight: bold; } #sb-nav a.hover {     text-decoration: none;     color: #336699; } #sb-nav-close {     background-image: url(images/close.png);     background-repeat: no-repeat;     position: absolute;     top: 2px;     right: 0px;     width: 16px;     height: 16px; } #sb-nav-close .sb-nav-close-title {     display: none; } #sb-nav-next {     color: #336699; } #sb-nav-previous {     color: #336699; } #sb-nav-play {     background-image: url(images/play.png);     background-repeat: no-repeat; } #sb-nav-pause {     background-image: url(images/pause.png);     background-repeat: no-repeat; } #sb-counter {     float: left;     padding: 4px 0; /*width:45%;*/ } #sb-counter a {     padding: 0 4px 0 0;     text-decoration: none;     cursor: pointer;     color: #fff; } #sb-counter a.sb-counter-current {     text-decoration: underline; } div.sb-message {     font-family: 'Lucida Grande' ,Tahoma,sans-serif;     font-size: 12px;     padding: 10px;     text-align: center; } div.sb-message a:link, div.sb-message a:visited {     color: #fff;     text-decoration: underline; } 
