﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {display: block; border-bottom: 1px solid #A5C9D3; float: left; margin: 2px auto; text-align: center; width: 140px;}
.gallery img {border: 1px solid #A5C9D3; }
/* If you want to show images slowly, use this. And you need to edit lightbox-gallery.js too. */
/* .gallery img {display: none; border: 2px solid #cfcfcf;} */
.gallery-caption {margin-left: 0; display:none;}