.photogallery_item {
	width: 230px;
	height: 180px;
	display: inline-block;
	margin: 12px;
	border-radius: 3px;
	border: 3px solid #EBEBEB;
}

.photogallery_item .photogallery_image {
	width: 230px;
	height: 180px;
	border-radius: 3px;
	overflow: hidden;
	text-align: center;
}

.photogallery_item .photogallery_image img {
	min-width: 230px;
	max-height: 300px;
}