#lightbox-loading {
    cursor: pointer;
    display: none;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 1104;
}
#lightbox-loading div {
    background-image: url("../images/loading.png");
    height: 480px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}
#lightbox-overlay {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1100;
}
#lightbox-tmp {
    border: 0 none;
    display: none;
    margin: 0;
    overflow: auto;
    padding: 0;
}
#lightbox-wrap {
    display: none;
    left: 0;
    outline: medium none;
    padding: 20px;
    position: absolute;
    top: 0;
    z-index: 1101;
}
#lightbox-outer {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 15px #555555;
    height: 100%;
    position: relative;
    width: 100%;
}
#lightbox-content {
    border: 0 solid #FFFFFF;
    height: 0;
    outline: medium none;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 0;
    z-index: 1102;
}
#lightbox-close {
    background: url("../images/close.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: none;
    height: 34px;
    position: absolute;
    right: -17px;
    top: -17px;
    width: 34px;
    z-index: 1103;
}
#lightbox-error {
    color: #444444;
    font: 12px/20px Arial;
    margin: 0;
    padding: 14px;
}
#lightbox-img {
    border: medium none;
    height: 100%;
    line-height: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    vertical-align: top;
    width: 100%;
}
#lightbox-frame {
    border: medium none;
    display: block;
    height: 100%;
    width: 100%;
}
#lightbox-left, #lightbox-right {
    background: url("../images/blank.gif") repeat scroll 0 0 transparent;
    bottom: 100px;
    cursor: pointer;
    display: none;
    outline: medium none;
    position: absolute;
    top: 100px;
    width: 35%;
    z-index: 1102;
}
#lightbox-left {
    left: 0;
}
#lightbox-right {
    right: 0;
}
#lightbox-left-ico, #lightbox-right-ico {
    background: url("../images/buttons.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 50px;
    left: -9999px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 1102;
}
#lightbox-right-ico {
    background-position: 0 -50px;
}
#lightbox-left:hover span {
    left: 30px;
}
#lightbox-right:hover span {
    left: auto;
    right: 30px;
}
#lightbox-title {
    font-size: 12px;
    z-index: 1102;
}
#lightbox-title.lightbox-title-float {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    border-radius: 6px 6px 6px 6px;
    bottom: -20px;
    color: #FFFFFF;
    font-weight: bold;
    left: 0;
    padding: 5px 10px;
    position: absolute;
}
#lightbox-title.lightbox-title-inside {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #333333;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
}
#lightbox-title.lightbox-title-outside {
    color: #FFFFFF;
    padding-top: 10px;
}
#lightbox-title.lightbox-title-over {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    position: absolute;
    text-align: center;
}
#lightbox-title-over {
    padding: 10px;
}
