.galleryDiv
{
	position:relative;
}

.galleryImageBox
{
	border: 1px solid silver;
	background-color: white;
	padding: 5px;
	float: left;
	width: 100px;
	margin: 20px;
}

.galleryImageTitle
{
	display: none;
}

.galleryImage
{
	height: 100px;
}

.galleryImageCaption
{
	color: black;
	font-size: 8pt;
	text-align: center;
}


.fullSizeGalleryBox
{
	text-align: center;
}

.fullSizeGalleryImage
{
}

.fullSizeGalleryCaption
{
}