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

.lbGallery {
	height: auto;
	text-align: left;
	width: 940px;
	}
	.lbGallery ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #FFF;
}
	.lbGallery ul li {
	display: inline;
	margin:0;
	padding:0;
}
	.lbGallery ul li a{
	text-decoration:none;
	}
			
	.lbGallery ul li a img {
	}
			
	.lbGallery ul li a:hover img {
	background-color: #FFF;
	}
			
	#lightbox-container-image-box {
	}
			
	#lightbox-container-image-data-box {
	}
