/* ---------- © Eric Dubois ---------- */
/* ---- http://www.ericdubois.com ---- */

/* ------- Styles for Lightbox gallery thumbnails and captions ------- */

#gallery {
	padding: 0;
	margin: 0 auto;
		margin-left: auto;
	margin-right: auto;
	width: 400px;
}

#gallery div , #gallery div a {
	border: none;
	padding: 5px 2px;
	width: 400px;
	overflow: hidden;
	text-align: center; 
	font-family: georgia, serif; 
	font-style: normal; 
	font-weight: normal; 
	font-size: 1em; 
	line-height: 1em; 
	color: #fff;
	text-decoration: none;
	float:left;
	margin-left: auto;
	margin-right: auto;
}

#gallery img {
	border: 1px solid #aa6;
	width: 400px;
	height: 267px;
}

