@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 {
	background-color: #333333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	top: 280px;
	left: 130px;
	text-align: justify;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	.lbGallery ul {
	list-style: none;
	width: 800px;
}
	.lbGallery ul li {
	display: inline;
	width: 800px;
}
	.lbGallery ul img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	height: 60px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	}
	.lbGallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px 5px 20px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	
