/* all pics are on the right */
#inner div.pics {
	/*width: 150px;*/
	float: right;
	text-align: right;
	padding-left: 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;
}
