#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: 10001;
}
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: 10px;
    overflow: hidden;
}
#sb-body-inner {
    position: relative;
    height: 100%;
}
#sb-content.html {
    height: 100%;
    overflow: auto;
}
#sb-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10px;
    background: #FFF url(../images/lightbox-ico-loading.gif) no-repeat 50% 50%;
}
#sb-body,#sb-loading {
    background-color: #FFF;
}
#sb-title,#sb-info {
    margin: 0;
    padding: 0;
}
#sb-title,#sb-title-inner {
    height: 26px;
}
#sb-title-inner {
    font-size: 16px;
    padding: 5px 0;
    color: #fff;
}
#sb-info,#sb-info-inner {
    /*    height: 30px;*/
    background: #FFF;
}
#sb-info-inner {
    padding: 0 10px;
    font-size: 12px;
    color: #555;
    background: #FFF;
}
#sb-nav {
    float: right;
    padding: 2px 0;
    height: 90%;
}
#sb-nav a {
    display: block;
    float: right;
    height: 32px;
    width: 32px;
    cursor: pointer;
    background-repeat: no-repeat;
}
a#sb-nav-close {
    position: absolute;
    top: 36px;
    right: 10px;
    z-index: 10003;
    background-image: url(../images/lightbox-btn-close.gif);
}
a#sb-nav-next, a#sb-nav-previous {
    position: absolute;
    top: 36px;
    right: 0;
    width: 49%;
    height: 86%;
    z-index: 10002;
}
a#sb-nav-next {
    background-image: url(../images/lightbox-btn-next.gif);
    background-position: 100% 50%;
}
a#sb-nav-previous {
    left: 0;
    background-image: url(../images/lightbox-btn-prev.gif);
    background-position: 0 50%;
}
#sb-nav-play {
    background-repeat: no-repeat;
}
#sb-nav-pause {
    background-repeat: no-repeat;
}
#sb-counter {
    float: left;
    padding: 8px 0 12px;
    background: #FFF;
}
#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;
}
