/* ********************* PICTURE GALLERY DISPLAY ********************* */

.pictureFloater {
	display: inline;
	float: left;
	width: 205px;
	padding: 15px;
	text-align: center;
}
.pictureFloater img {
	margin: 5px auto;
	border-width: 0;
}
