@charset "utf-8";

.gallery {/*margin-top:30px;margin-left:26px;height:700px; width:475px;*/}
.gallery-item {float: left; margin: 0px 15px 15px 0px; text-align: center;}
.gallery-icon {}
.gallery a img {padding:2px;background:#fff;border: 1px solid;}
.gallery a:hover img {background:#51abd2;}
*html .gallery a:hover img {background:#fff;}
*html .gallery-item {margin:0px 2px 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;}
