@charset "utf-8";

.gallery {margin: 0 auto;}
.gallery-item {float: left; margin: 0px 10px 3px 0px; text-align: center;}
.gallery-icon {}
.gallery a img {padding:2px;background:#fff;}
.gallery a:hover img {background:#444444;}
*html .gallery a:hover img {background:#fff;}
*html .gallery-item {margin:0px 5px 3px 0px;}
/* 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 {font-size:10px;margin-left: 0; display:none;}