﻿@charset "utf-8";

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