﻿@charset "utf-8";
.gallery img a:hover {
border-bottom: none;
}
.gallery {margin: auto;}
.gallery-item {float: left; margin: 10px auto; text-align: center;}
.gallery img {border: 2px solid #454545; max-width: 100px; height: auto;}
#lightbox-container-image a:hover {border-bottom: none}
/* 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;}