﻿@charset "utf-8";

.gallery{margin-left:1px;}
.gallery-item {float: left; margin-right:15px; margin-bottom:15px;  text-align: center;}
.gallery img {width:140px; height:100px;}
/* If you want to show images slowly, use this. */
/* .gallery img {display: none; border: 2px solid #cfcfcf;} */
.gallery-caption {margin-left: 0; display:none;}
