﻿/***************************
 SCREENSHOTS
***************************/
#fullViewPicDiv
{
    background-color: #fff;
    left: 10%;
    margin-left: auto;
    margin-top: auto;
    position: absolute;
    top: 20px;
    z-index: 1002;
    border: solid 1px #333;
}
.pictureGalleryOpacity
{
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}
.screenshots
{
    margin: 0 0 22px 0;
    padding: 0;
}
.screenshots ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.screenshots ul li
{
    float: left;
    margin: 0 0 10px 4px;
    padding: 0 0 0 10px;
    width: 210px;
    list-style-type: none;
}
.screenshots ul li.first
{
    background: transparent none;
    padding: 0;
    margin: 0;
    clear: both;
}
.screenshots ul li img
{
    border: 1px solid #ccc;
    margin: 1px 1px 4px 1px;
}
.screenshots ul li:hover img
{
    border: 2px solid #2b85bf;
    margin: 0 0 3px 0;
}
.screenshots ul li p
{
    margin: 0 0 3px 0;
    color: #666;
}
.screenshots ul li p a
{
    float: none;
    display: block;
    clear: both;
}


