@charset "utf-8";
/* CSS Document */
/* jQuery lightBox plugin - Gallery style */
/*  This layout is for sample purposes
    Feel free to edit it to suit your needs
*/
.lbGallery {
	background-color: #E9FFE5;
	width: 38.3em;
	height: 9em;
	display: block;
	margin-left: 0.1em;
	
}
.lbGallery ul {
	display: inline;
	list-style: none;
	margin:0;
	padding:0;
}
.lbGallery li {
	display: inline;
	list-style: none;
	padding:0.5em 0.8em 0em 0em;
	float:left;
}
.lbGallery ul img {
	border:  solid #153E74;
	border-width: 0.3em;
	margin-bottom:0.6em;
	padding:0;
}
.lbGallery ul a:hover img {
	border:  solid #A1C08F;
	border-width: 0.3em;
	color: #fff;
}
.lbGallery ul a:hover {
	color: #A1C08F;
}
