div.cmsGalleryRow {
	margin-top: 2px;
}

div.cmsGalleryRow div.cmsGalleryOuterDiv {
	margin-bottom: 6px;
}

div.cmsGalleryLastRow div.cmsGalleryOuterDiv {
	margin-bottom: 1px;
}

.cmsGalleryOuterDiv {
	/* no borders/margins are allowed here - set these up in MiddleDiv instead! */
	padding: 0;
	margin: 0;
}

.cmsGalleryMiddleDiv {
	/* total of all borders/margins must match the border value in your plugin */
	padding: 0px;
	margin: 0px;
	border: none;
	border-bottom: 0;
}

.cmsGalleryInnerDiv {
	margin: 0;
	padding: 0;
	padding-bottom: 0px;
}

.cmsGalleryLegend {
	padding: 0px;
	border: none;
	border-top: 0;
	font-size: 80%;
}
