@charset "utf-8";
/* CSS Document */

.lbGallery {
	background-color: #7F818D;
	padding: 1px;
	width: auto;
	height: auto;
	margin: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #493034;
	clear: both;
	}
	.lbGallery ul {
	list-style: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 30px;
	padding: 0px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 5px solid #bdbcbc;
	border-width: 5px 5px 20px;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

