.gallery {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 14%;
}
.thumbNail {
	background-color: #DDDDDD;
	float: left;
	margin: 5px;
	padding: 5px;
	cursor: pointer;
}
.thumbNail h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
	vertical-align: middle;
}
.thumbFrame {
	background-color: #ffffff;
	border: 5px solid #ffffff;
	border-bottom: 20px solid #ffffff;
}
.thumbFrame img {
    border: 1px solid #000000;
    border-bottom: 4px solid #000000;
}
