﻿@charset "utf-8";

.gallery { margin: auto; }

.gallery-item {
	float: left;
	margin: 10px auto;
	text-align: center;
}

.gallery img { border: 2px solid #cfcfcf; }

/* If you want to show images slowly, use this. */

/* .gallery img {display: none; border: 2px solid #cfcfcf;} */

.gallery-caption {
	margin-left: 0;
	display: none;
}

.gallery-title {
	margin: 0 !important;
	padding: 0 !important;
	padding-left: 22px !important;
	text-align: left;
}