div.cmsGalleryRow {
	margin-bottom: 0px;
	width: 100% !important;
}

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

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

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


.cmsGalleryInnerDiv {
	border: 0;
}

.cmsGalleryLegend {
	padding: 5px 0 5px 0;
	border: 0;
	border-top: 0;
	font-size: 123.1%;
	text-align: center;
	color: #52504a;
}
