﻿#galaryHeadingContainer
{
    height: 20px;
    width: 990px;
    margin: 0px 0px 5px 0px;
    padding: 12px 0px 12px 0px;
    border: none 1px blue;
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Frames/PictureViewer/HeadingBackground.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}
#loadedPictureContainer
{
    width: 619px;
    height: 524px;
    margin: 0px 0px 0px 185px;
    border: none 1px red;
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Frames/PictureViewer/TwoThumbnailContainers/Center.jpg");
    background-repeat: repeat-x;
    background-position: top left;
}
#rightPictureThumbnailsContainer
{
    float: left;
    width: 185px;
    height: 524px;
    margin: -524px 0px 0px 804px;
    border: none 1px green;
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Frames/PictureViewer/TwoThumbnailContainers/Right.jpg");
    background-repeat: no-repeat;
    background-position: top right;
}
#innerRightThumbnailContainerDiv
{
    float: right;
    margin: 15px 18px 0px 0px;
    border: none 1px red;
}
.rightThumbnailContainer
{
    width: 150px;
    height: 112px;
    margin: 0px 0px 4px 0px;
    border: none 1px #E7EFEF;
    cursor: pointer;
}
.rightThumbnailInstructions
{
    margin: 0px 0px 4px 0px;
    border: none 1px #E7EFEF;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
#leftPictureThumbnailsContainer
{
    float: left;
    width: 185px;
    height: 524px;
    margin: -524px 0px 0px 0px;
    border: none 1px green;
    background-image: url("http://www.expertbotswana.com/Images/Themes/Default/Frames/PictureViewer/TwoThumbnailContainers/Left.jpg");
    background-repeat: no-repeat;
    background-position: top left;
}
#innerLeftThumbnailContainerDiv
{
    float: left;
    margin: 15px 0px 0px 18px;
    border: none 1px red;
}
.leftThumbnailContainer
{
    width: 150px;
    height: 112px;
    margin: 0px 0px 4px 0px;
    border: none 1px #E7EFEF;
    cursor: pointer;
}
.leftThumbnailInstructions
{
    margin: 0px 0px 4px 0px;
    border: none 1px #E7EFEF;
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
}
.pictureTable-0
{
    width: 600px;
    height: 450px;
    margin: 50px 0px 0px 11px;
    border: none 1px blue;
    position: relative;
    display: table;
    z-index: 1;
}
.pictureTable-1
{
    width: 600px;
    height: 450px;
    margin: -450px 0px 0px 11px;
    border: none 1px blue;
    position: relative;
    display: table;
    z-index: 0;
}
.pictureRow
{
    display: table-row;
}
.displayPictureContainer
{
    width: 600px;
    height: 450px;
    max-width: 600px;
    max-height: 450px;
    background-color: #FFFEE7;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.displayPictureContainer img
{
    vertical-align: middle;
    margin: -1px auto;
}