/* CSS Document */
#Gallery_main img {
	border: 1px solid #DEDEDE;
	padding: 4px;
}
.Gallery_dir {
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin-bottom: 20px;
	height: 130px;
	background-image: url(../_images/imgGalleryRight.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.Gallery_dirMeta {
	float: right;
	width: 265px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	margin-right: 20px;
	
}
.Gallery_thumb {
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}
.Gallery_metaPicNumber {
	font-size: 30px;
	margin-top: 25px;
}

