﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {float: left; margin: 10px auto; text-align: center;}
.gallery img {border: 2px solid #333399; border-style : outset}
/* 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 #333399;} */
.gallery-caption {margin-left: 0; display:none;}


/*
.gallery-item {width: 33%;}
<div class='gallery gallery1'>
	<dl class='gallery-item'>
		<dt class='gallery-icon'>
		</dt>
	</dl>
	<div style="clear: both"></div>
</div>
*/
