div.photos {
	display: block;
	width: 100%;
	margin: 15px auto 0 auto;
}

.photos .cell {
	float: left;
	text-align: center;
}

.photos .cell .inner {
	display: block;
}

/* forces a new row - for variable height images this class is added by JS */
.photos .new-row {
	clear: left;
}

.photos p.caption {
	padding: 7px;
	vertical-align: center;
}

.photos .cell img {
	border-style: solid;
	border-width: 2px;
}

.photos .cell p {
	margin: 0 7px 15px 7px;
}

/* cells are thumb width + 25px padding each side */
.small .cell {
	width: 150px;
}

.medium .cell {
	width: 225px;
}

.large .cell {
	width: 300px;
}

.photos {
	border: none !important;
}
