#galleryHead {
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	color: #295489;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #000000;
	padding-bottom: 1px;
	margin-bottom: 2px;
	display: inherit;
}
#galleryImages {
	width: 100%;
}
	#galleryImages img {
		width: 125px;
		height: 107px;
		border: 2px solid #444444;
		margin-left: 2px;
		margin-bottom: 2px;
		float: left;
	}
		#galleryImages img:hover {
			cursor: hand;
			cursor: pointer;
			border: 2px solid #FFFFFF;
		}
