#lightbox
{
    background-color: white;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}
#lightboxDetails
{
    font-size: 0.8em;
    padding-top: 0.4em;
}    
#lightboxCaption
{
    float: left;
}

#keyboardMsg
{
    float: right;
}

#closeButton
{
    top: 1px;
    right: 1px;
    padding: 0px;
    margin:0px;
}

#lightbox img
{
    border: none;
    clear: both;
}
#lightbox #video_container
{
    clear:both;
    margin-top:20px;
}

#lightbox_overlay img
{
    border: none;
}

#lightbox_overlay
{
    background-image: url(/shared/images/lightbox/overlay.png);
}

* html #lightbox_overlay
{
    background-color: #333;
    background-color: transparent;
    background-image: url(/images/spacer.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/shared/images/lightbox/overlay.png", sizingMethod="scale");
}

#lightbox_thumbs_inner
{

}

.lb_gallery_div_a
{
    float:          left;
}

.lb_gallery_div_b
{
    float:          left;
}

.lb_gallery_div_c
{
    float:          right;
}

.lb_gallery_row_part_2
{
    float:          right;
}

.lb_gallery_row
{
    width:          300px;
    display:        block;
}

.lb_gallery_element
{
    width:          100px;
    height:         105px;
    text-align:     center;
}

.lb_gallery_caption_element
{
    margin-left:    5px;
    margin-right:   5px;
}

.lb_gallery_caption
{
    width:          90px;
    text-align:     center;
    overflow:       hidden;
}
