﻿.PhotoContainer table { width: 100%; }
.PhotoContainer td { text-align: center; }
.PhotoContainer
{
    margin: 20px;
}

.ShadowContainer  
{
    position: relative; 
    left: 3px; 
    top: 3px; 
    margin-right: 3px; 
    margin-bottom: 3px; 
} 

.PhotoContainer td
{
    color: #666666;
    text-align: center;
    clear: left;
    font-style: italic;
}  

.ShadowContainer .Shadow2, .ShadowContainer .Shadow3, .ShadowContainer .Container  
{
    position: relative; 
    left: -1px; 
    top: -1px; 
} 
    
.ShadowContainer .Shadow1 { background: #F1F0F1; } 
.ShadowContainer .Shadow2 { background: #DBDADB; } 
.ShadowContainer .Shadow3 { background: #B8B6B8; } 

.ShadowContainer .Container  
{
    background: #ffffff; 
    border: 1px solid #848284; 
    padding: 5px; 
}
