@charset "utf-8";

.lbGallery {
		background-color: rgb(235,235,235);
		padding: 0px;
		width: 510px;
		border-width:thin;
		border-style: solid;
		border-color:#339633;
	}

	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul a: { list-style: none; }
	.lbGallery ul img {
	border: 1px solid #3e3e3e;
	margin-bottom:4px;
	margin-right: 4px;
	}

	.lbGallery ul a:hover img {
	}
	.lbGallery ul a:hover { color: #fff; }
	

