@CHARSET "ISO-8859-1";

/* styles loaded when a picture gallery is selected for viewing */

div.thumbnail_holder {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
	background-color: #C4D6D6;
	width: 109px;
	height: 128px;
}

div.thumbnail_holder img {
	border: 1px solid #067c9b;
	margin-top: 8px;
	margin-left: 17px;
}

#content div.thumbnail_holder p {
	font-size: .75em;
	color: #013e50;
	text-align: center;
	margin-left: 0;
	padding-left: 2px;
	padding-right: 2px;
}

