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