/* 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; }*/

/* left and right pics are explicitly labelled this time */
#inner div.pics-left {
	/*width: 125px;*/
	float: left;
	padding-right: 10px;
}
#inner div.pics-right {
	/*width: 125px;*/
	float: right;
	padding-left: 10px;
}

/* space out multiple pics a bit */
#inner div.pics-even img,
#inner div.pics-odd  img  {
	margin-bottom: 5px;
}

/* but remove that gap from the last one */
#inner div.pics-even img.last,
#inner div.pics-odd  img.last  {
	margin-bottom: 0 !important;
}
