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: 0px;
	margin: 0;
	border: 0px solid #999999;
	border-bottom: 0;
}

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

.cmsGalleryLegend {
	display: none;
}
