

.galleryImg { border: 1px solid #6e6e6e; }

#galleryTable {
	width: 600px;
	padding-top: 20px;
}

#galleryContainer {
	float: left;
	clear: left;
	position: relative;
	margin-top: 10px;
}
#galleryContainer .gallerySortHelper {
	background: pink;
	float: left;
	position: relative;
	padding: 0 4px 4px 0;
	margin: 0 16px 16px 0;
}

.galleryCell {
	padding-bottom: 10px;
}

.galleryImage {
	
}

.galleryImageDiv {
	float: left;
	position: relative;
	padding: 4px;
	border: 1px solid #666;
	margin: 0 10px 14px 0;
}

.galleryImageDiv:hover {
	border: 1px solid #e6e6e6;
}

.galleryImageHover {
	border: 1px solid orange;
	cursor: pointer;
}

.galleryFullImage {
	border: 1px solid #222;
}

#galleryPopupTable, #galleryPopupTable a {
	padding-bottom: 10px;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}

.galleryTitle {
	font-weight: bold;
	font-size: 11pt;
}

.galleryCaption {
	font-weight: normal;
	font-size: 9pt;
}


