*
{
 background-color: white;
}

#TopView
{
    background-color: azure;
    alignment: left;
}

#DisplayedPic
{
    background-color: yellow;
    alignment: center;
}


#tumbnail
{
    border       : 1px solid red;
    border-radius: 4px;
    padding      : 6px;
    width        : 50px;
}

#LargePicture
{
    alignment: center;
    float: left;
    margin-left: 200px;
}

#tumbnail:hover {
 /*   box-shadow: 0 0 3px 2px rgba(0, 140, 186, 0.5);*/
    box-shadow: 3px 2px blue;
}
#ActionButtons
{
    float: left;
}
