﻿.galleryContainer
{
    width: 786px;
    margin-left: auto;
    margin-right: auto;
}

.cpsThumbnailContainer
{
	/* When changing the width and height, ensure that the td element
	below matches to enable IE/FF consistency */
    width: 131px;
    height: 110px;
    float: left;
}

.cpsThumbnailContainer table
{
    vertical-align: middle;
	height: 100%;
    margin: auto;
}

.cpsThumbnailContainer td
{
    width: 131px;
    height: 110px;
	text-align: center;
}

#imageCopyrightNotice
{
    clear: both;
    margin-top: .7em;
    font-weight: bold;
    color: Red;
}
