div.gallery {

	float: center;

	padding: 2px 2px 2px 2px;

	margin: 1px 1px 1px 1px;

}

div.gallery p {
	font-size: .75em;
	text-align: center;
	word-spacing: 15px;
}



ul.thumbGallery {

  list-style: none;

  list-style-image: none;

  padding: 0;

  margin: 0;  /* different browsers style this different so go for sure */

 /* line-height: 1em; */

  text-align: center;

/* font-size:smaller;

  font-weight:lighter; */

  color: #666;

}

ul.thumbGallery li {

  list-style-image: none;

  float: left;

  border: 1px solid #ccc;

  padding: 3px;

  margin-bottom: 3em;

  margin-right: 1em;

  white-space: nowrap;

}

ul.thumbGallery li a, li a:visited {

  border-bottom: 0px;

  text-decoration: none;

}

ul.thumbGallery a img {

  border: 1px solid #ccc;

  margin-bottom: 5px;

}



div.photo {

	padding: 4px 4px 4px 4px;

	margin: 6px 2px 6px 2px;

	text-align: center;

}

div.photo p {font-size: .75em; text-align: center;}

div.photo img {

	border: 1px solid #aaa;

}

