@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: #8D8A7B;
	width: 500px;
	border: 1px solid #333;
	margin-right: auto;
	margin-left: auto;
	}
	.lbGallery ul {
	list-style: none;
}
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border: 4px solid #333;
	}
	.lbGallery ul a:hover img {
	border: 4px solid #FDA328;
	color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
