#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    color: black;
    font: inherit;
}
#sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 999;
}
#sb-overlay {
    height: 100%;
    position: relative;
    width: 100%;
}
#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}
#sb-wrapper-inner {
    height: 100px;
    overflow: hidden;
    position: relative;
    top: -21px;
}
#sb-body {
    height: 100%;
    position: relative;
}
#sb-body-inner {
    height: 100%;
    position: absolute;
    width: 100%;
}
#sb-player.html {
    height: 100%;
    overflow: auto;
}
#sb-body img {
    border: medium none;
}
#sb-loading {
    height: 100%;
    position: relative;
}
#sb-loading-inner {
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#sb-loading-inner span {
    background: url("loading.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    padding-left: 34px;
}
#sb-body, #sb-loading {
    background-color: none;
}
#sb-title {
    bottom: 30px;
    left: 60px;
    position: fixed;
}
body.single_image #sb-title {
    left: 60px;
}
#sb-title-inner {
    font-size: 11px;
    max-width: 100%;
}
#sb-info {
    left: 60px;
    position: fixed;
    top: 20px;
}
#sb-info-inner {
}
#sb-nav {
    position: absolute;
    top: 0;
}
#sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    margin-left: 3px;
    text-transform: uppercase;
}
#sb-nav-close {
    left: 166px;
    position: absolute;
}
body.single_image #sb-nav-close {
    left: 36px;
}
#sb-nav-next {
    left: 119px;
    position: absolute;
}
#sb-nav-previous {
    left: 45px;
    position: absolute;
}
#sb-nav-play {
    background-image: url("play.png");
}
#sb-nav-pause {
    background-image: url("pause.png");
}
#sb-counter {
    font-size: 11px;
    padding-top:0.04em;
}
#sb-counter a {
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
}
#sb-counter a.sb-counter-current {
    text-decoration: underline;
}
div.sb-message {
    padding: 11px;
    text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
#sb-nav-print {
    left: 222px;
    position: absolute;
}
#sb-nav-send {
    left: 272px;
    position: absolute;
}