#gallery {
	background-color: transparent;
	text-align: center;
	margin-top: 15px;
}

#gallery ul {
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#gallery ul li {
	display: inline;
}

#gallery ul img {
	border: 5px solid transparent;
}

#gallery ul a:hover img {
	border: 5px solid #fff;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

#gallery * li {
	list-style: inside;
}

#lightbox-image-details-caption {
	font-weight: bolder;
	color: black;
	font-size: 12pt;
}

