.indvImage {
	max-width: 100px;
	max-height: 100px;
	overflow: hidden;
	text-align: center;
	border: solid 2px transparent;
	border-radius: 15px;
	transition: 200ms ease-in;
	cursor: pointer; 
}

.indvImage:hover, .indvImage:active {
	border: solid 2px #478afa;
	border-radius: 15px;
	transition: 200ms ease-in;
}

.indvImage img {
	max-width: 100px;
}

.indvImageCaption {
	text-align: center;
	max-width: 102px;
	clear: both;
	margin: 0 0 5px 0;
}

.blankImage {
	background: url(/pastperfectonline/sitecontent/image-placeholder.png) no-repeat;
	min-width: 100px;
	min-height: 100px;
	display: block;
	border-radius: 15px;
	float: left;
}

.largeImage {
	width: 210px;
	height: 210px;
	overflow: hidden;
	text-align: center;
	border: solid 2px transparent;
	border-radius: 15px;
	transition: 200ms ease-in;
	cursor: pointer; 
	margin: 0 0 5px 0; 
}

.largeImage img {
	min-width: 210px;
	min-height: 210px;
}

.largeImage:hover, .largeImage:active {
	border: solid 2px #478afa;
	border-radius: 15px;
	transition: 200ms ease-in;
}