#val_header
{
    display: none;
    position: fixed;
    bottom: 130px;
    *left: 0;
    width: 100%; 
    height: 24px; 
    background: #333; 
    color: white; 
    z-index: 9999; 
    padding-top: 10px; 
    opacity: 0.85; 
    filter:alpha(opacity=85); 
    text-align: center        
}
#val_screenshots
{
    display: none;
    position: fixed;
    bottom: 0;
    *left: 0;
    width: 100%; 
    height: 120px; 
    background: #111; 
    color: white; 
    z-index: 9999; 
    padding-top: 10px; 
    opacity: 0.85; 
    filter:alpha(opacity=85); 
    text-align: center        
}

#val_screenshots div
{
    width: 970px; 
    margin: 0 auto;
}

#val_screenshots #val_close
{
    position: absolute;
    bottom: 110px;
    right: 3px;
}

#val_header #val_open
{
    position: absolute;
    bottom: 5px;
    right: 3px;
    display: none;
}

#vertical_archive_layover .val_screenshots a
{
    margin: 0 2px;
    width: 154px; 
    display: block; 
    float: left;
}

#val_header a.val_np
{
    color: white;
    font-size: 70%;
}


