div.cmsGalleryRow {
	margin-bottom: 10px;
}

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

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

.cmsGalleryInnerDiv {
	margin: 0;
	padding: 0;
}

.cmsGalleryLegend {
	padding: 3px 4px;
	/*border: 1px solid #999999;*/
	border-top: 0;
	font-size: 80%;
}

/* white border (around image)
.cmsGalleryImage {
	border: 1px solid white !important;
}
*/