#exit
{
    text-decoration: none;
    color: black;
}
#picture
{
    cursor: hand;
    cursor: pointer;
}
#pictureBox
{
    width: 640px;
    height: 480px;
    overflow: hidden;
}
#loader
{
    position:absolute; 
    z-index:5; 
    display:none;
}
#canvas 
{
    margin: 0 0 0 0;
    display: none; 
    z-index: 2; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    opacity: 0.5; 
    filter: alpha(opacity=50); 
    background-color: black;
}
#window
{
    position: absolute; 
    padding: 5px; 
    background-color: white; 
    display: none;
    z-index: 3;
}
#pictures img
{
    vertical-align: middle;
}
#next
{
    cursor: default;
}
#next:hover
{
    cursor: hand;
    cursor: pointer;
}
#back
{
    cursor: default;
}
#back:hover
{
    cursor: hand;
    cursor: pointer;
}
.info 
{
    text-align: center;
    height: 20px;
}
.cell
{
    display: inline-block; 
    vertical-align:middle;
}
#exit
{
    text-decoration: none;
    cursor: default;
    float: right; 
    margin-right: 5px;
}
#exit:hover
{
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
.ThumbnailsContainer
{
    display: inline-block;
    text-align: center;
    font-size: 0px;
    cursor: default;
    border: 2px solid rgba(0, 0, 0, 0);
}

.FolderContainer
{
    display: inline-block;
    vertical-align: top; 
    width: 165px;
    font-size: 14px;
    cursor: default;
}

.ThumbnailsContainer, .FolderContainer:hover
{
    cursor: hand;
    cursor: pointer;
}

.ThumbnailsContainer:hover
{
    border: 2px solid #008CC6;
}

a.back
{
    text-decoration: underline;
    color: #007DB8;
    font-size: 20px;
}

a.back:hover
{
    text-decoration: none;
    color: blue;
}
