@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 {
	padding: 10px;
	width: 600px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
}
	.lbGallery ul img {
	border: 3px solid #3e3e3e;
	width: 150px;
	height: 150px;
	float: left;
	margin-top: 5px;
	margin-right: 6px;
	margin-bottom: 5px;
	}
	.lbGallery ul a:hover img {
	border: 3px solid #b1d828;
	color: #fff;
	}
	.lbGallery ul a:hover {
	color: #b1d828;
}
	
