/*  Copyright OrangeLime Studio 2009
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation. This program is distributed in the hope that
    it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details <http://www.gnu.org/licenses/>.
*/
#lightboxUnderlay{
    display: none;
    position: absolute;
    float:left;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:1001;
    -moz-opacity: 0;
    opacity:.0;
    filter: alpha(opacity=0);
}

#lightbox {
    visibility: hidden;
    position: absolute;
    float: left;
    padding: 16px;
    border: 10px solid black;
    background-color: black;
    z-index:1002;
    -moz-opacity: 0;
    opacity:.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
#lightboxContainer {
    visibility: hidden;
    -moz-opacity: 0;
    opacity:.0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
#lightboxContent {
}
#lightboxContent img {
    border: 0px;
}
.olsLightbox {
    position:fixed;
    visibility: hidden;
    display: none;
}
#lightboxControl {
    float: right; 
    background: #ffffff url('closelabel_black.gif') no-repeat scroll center;
    cursor: pointer;
    height: 22px;
    width: 66px;
}

