*/
.lbGallery {
	background-color: #FFF;
	width: 740px;
	height: 118px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	background-position: left top;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}
	.lbGallery ul a:hover img {
	}
	.lbGallery ul a:hover { color: #fff; }
	
