.galleryThumbnailTable
{
 	border: 1px solid #000000;
 	padding: 2px;
}

.galleryThumbnail
{
	text-align: center;
}

.galleryThumbnail img
{
	width: 120;
	height: 120;
	border: none;
	text-align: center;
}

.galleryThumbnailNotes
{
	width: 120;
	text-align: center;
	color: #000000;
	font-family: verdana;
	font-weight: normal;
	font-size: 0.65em;
}

.galleryCreditText
{
	padding: 5px;
	font-family: verdana;
	font-weight: normal;
	font-size: 0.65em;
	text-align: right;
	color: #909090;
}

.galleryCreditText a
{
	color: #707070;
}

.galleryCreditText a:hover
{
	color: #000000;
}

.galleryCreditText a:active
{
	color: #ff0000;
}

.galleryCreditText a:visited
{
	color: #909090;
}