/* no margin bottom on pics 
#inner div.repetition.last,
#inner div.pics-even div.repetition,
#inner div.pics-odd div.repetition { margin-bottom: 0 !important; }*/

/* even are on the left */
#inner div.pics {
	float: left;
	text-align: left;
	padding-right: 10px;
}

/* space out multiple pics a bit */
#inner div.pics img  {
	margin-bottom: 5px;
}

/* but remove that gap from the last one */
#inner div.pics img.last  {
	margin-bottom: 0 !important;
}

/* image captions sit below EVERY image on the page */
#inner div.caption {
	font-size: 7pt;
	text-align: right;
	margin-bottom: 5px;
}
