﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {float: left; margin:0; text-align: center; }
.gallery-icon { text-align:center; }
.gallery img {border: 1px solid #cfcfcf;}
/* 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;}
.gallery img:hover {border: 1px solid #666666;}
.entry-body .gallery dl { margin:10px 0; }
