
div.images_wrapper {
	/*text-align: center;*/
}

div.image_wrapper.thumb {
	border: 1px solid #ccc;
	height: 250px;
	width: 250px;
	padding: 5px;
	margin: 5px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
}

div.image_wrapper.thumb span {
	margin: 0;
}

div.image_wrapper.thumb img {
	width: auto;
	margin: auto;
	padding: 10px;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: -100%;
	right: -100%;
	top: -100%;
	bottom: -100%;
	margin: auto;
}