﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {float: left; margin: 10px auto; text-align: center;}
.gallery img {border: 5px solid #f0f0f0; padding:1px; }
/* 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 {color:#000; font-weight:bold; font-size:11px; margin-left: 0; display:block;}