﻿@charset "utf-8";

.gallery {
	margin: auto;
}
.gallery-item {
	width: 188px !important;
	float: left; 
	text-align: center;
	height: 214px;
	margin: 10px 10px 10px 10px;
	padding-top: 15px;
	background: url(/wp-content/themes/default/images/polaroid.gif) no-repeat;
}
.gallery img {
	border: 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 {
	margin: 0 auto; 
	line-height: 12px;
	width: 150px;
}