﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {float: left; margin: 10px auto; text-align: center;}
.gallery a {border-style: none;}
.gallery img {padding: 10px; border: 3px double #999999;}
/* 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;}

#jquery-lightbox a { border-style: none; }