﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {float: left; margin: 10px auto;}
.gallery img {border: 2px solid #cfcfcf;}
.gallery-icon {text-align : center; }
/* 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: 10px; display: none;}
.gallery-caption2 {margin: 10px; text-align : left; font-size: xx-small;}
.gallery-strong {text-align : center;  font-weight: bold; color:orange;}
.gallery-strong2 {text-align : left;  font-weight: bold; color:orange;}
