﻿#Gallery_Section{
	margin:0 0 20px 0;
}
#Gallery_Section.odd{
}
#Gallery_Section.even{	
}
#Gallery_Section h3.Gallery_Section--Header{
	font-size:24px;
	font-weight:600;
	color:#212121;
	margin:0 0 6px 0;
	padding:0;
}
#Gallery_Section p.Gallery_Section--Year{
	font-size:16px;
	color:#929292;
	margin:0 0 15px 0;
	padding:0;
}
#Gallery_Section span.gallery_caption{
	font-size:14px;
	color:#696969;
	margin:0;
	padding:8px 0 0 0;
	display:block;
}

@media only screen and (max-width : 640px) {
	#Gallery_Section ul.gallery_blocks li img.img_fix{
		width:100%;
	}
}
