.imageGallery {
	position: relative;
	padding: 0px 0px 0px 0px;
}

.imagePanel {
	display: block;
	float: left;
	width: 148px;
	height: 148px;
	background-color: #CFCFCF;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align: center;
}
.imagePanel img {
}

.clearFix {
	clear: both;
}
.img2 {
	margin-right: 0px;
}
.highslide img {
	border: 2px solid #CFCFCF;
}
.highslide:hover img {
	border-color: #000000;
}
.highslide-caption p {
	margin-top: 0.50em;
}
.highslide-caption h3 {
	font-size: 1.00em;
}
