.image-gallery {
	position: relative;

	width: 100%;
	height: auto;
}
	.image-gallery .gallery-item {
		display: inline-block;
		
		margin: 1px;
		margin-top: -1px;
		
		width: 40px;
		height: 40px;
	}
		.image-gallery .gallery-item img {
			width: 40px;
			height: 40px;
		}