@charset "utf-8";
/* CSS Document */

.ecgalleryrow {
	width:100%;
	text-align:center;
	margin:10px 0 10px 0;
}

.ecgalleryimagewrapper {
	width: 33%;
	display:inline;
}
.ecgalleryimage {
	border: 1px solid rgb(212, 212, 212);
	padding:5px;
	margin:1px;
	background-color:#fff;
}