.galleryDiv
{
	position:relative;
}

.galleryImageBox
{
	border: 1px solid silver;
	background-color: white;
	padding: 5px;
	float: left;
	width: 120px;

	/*margin: 20px;*/
	margin: 0 10px 10px 0;

	min-height: 120px;
	height: auto !important;
	height: 120px;
}

.galleryImageTitle
{
	display: none;
}

.galleryImage
{
	height: 100px;
	text-align: center;
}

.galleryImageCaption
{
	color: black;
	font-size: 8pt;
	text-align: center;
}


.fullSizeGalleryBox
{
	text-align: center;
}

.fullSizeGalleryImage
{
}

.fullSizeGalleryCaption
{
}
