@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: #444;
	padding: 10px;
	width: 800px;
	border: 5px solid #4F4F4F;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
	.lbGallery ul {
	list-style: none;
	width: 800px;
	margin: auto;
}
	.lbGallery ul li {
	display: inline;
	margin: 20px;
}
	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	}
	.lbGallery ul a:hover img {
	border: 5px solid #FDF4D9;
	color: #fff;
	}
	.lbGallery ul a:hover {
	color: #FDF4D9;
}
	

