.RadLightBox_Custom {
    font: normal 13px Arial,Helvetica,sans-serif;
    color: #767676;
}

    .RadLightBox_Custom .rltbWrapper {
        background: white;
    }

    .RadLightBox_Custom .rltbDescriptionBox {
        color: #555;
    }

    .RadLightBox_Custom .rltbPager {
        color: #333;
    }

    .RadLightBox_Custom .rltbDescOverlayTop, .RadLightBox_Custom .rltbDescOverlayBottom {
        background-color: #d7d7d7;
        background-color: rgba(215,215,215,0.7);
        color: #333;
    }

        .RadLightBox_Custom .rltbDescOverlayTop .rltbPager, .RadLightBox_Custom .rltbDescOverlayBottom .rltbPager {
            color: gray;
        }

    .RadLightBox_Custom .rltbToolbar .rltbActionButton {
        background: #eee;
    }

        .RadLightBox_Custom .rltbToolbar .rltbActionButton:hover {
            background: #eee;
        }

    .RadLightBox_Custom .rltbIcon {
        background-image: url('Common/radActionsSprite.png');
    }

    .RadLightBox_Custom .rltbMaximizeIcon {
        background-position: -15px -5265px;
    }

    .RadLightBox_Custom .rltbRestoreIcon {
        background-position: -15px -5315px;
    }

    .RadLightBox_Custom .rltbActionButton:hover .rltbMaximizeIcon {
        background-position: -65px -5265px;
    }

    .RadLightBox_Custom .rltbActionButton:hover .rltbRestoreIcon {
        background-position: -65px -5315px;
    }

    .RadLightBox_Custom .rltbClose, .RadLightBox_Custom .rltbCloseIcon, .RadLightBox_Custom .rltbPrevButton, .RadLightBox_Custom .rltbNextButton {
        background-image: url('LightBox/sprite.png');
    }

    .RadLightBox_Custom .rltbClose {
        background-position: 0 -89px;
    }

    .RadLightBox_Custom .rltbCloseButton:hover .rltbCloseIcon {
        background-position: -40px 0;
    }

    .RadLightBox_Custom .rltbPrevButton {
        background-position: -40px -40px;
    }

    .RadLightBox_Custom .rltbNextButton {
        background-position: 0 -40px;
    }
