﻿@charset "utf-8";

.gallery {margin: auto;}
.gallery-item {float: left; margin: 10px auto; text-align: center;}
.gallery img {display: none; background: url(http://www.comodo-jazz.com/images/gallery_bg.jpg) top left no-repeat; padding: 3px;}
/* If you want to show images slowly, use this. */
/* .gallery img {display: none; border: 2px solid #cfcfcf;} */
.gallery-caption {margin-left: 0; display:none;}
