@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: #fff;
	padding: 1px;
	width: 360px;
	color: #333;

	position: center
	border: none;
	}
	.lbGallery ul {
	list-style: none;
	text-align: left;
	color: #000;
	font-size: 10px;
}
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
	border: 1px solid #000;
	border-width: 1px 1px 1px;
	color: #000;
}
	.lbGallery ul li {
	display: inline;
	color: #000;
}
	.lbGallery ul img {
	border: 1px solid #000;
	border-width: 1px 1px 1px;
	color: #000;
	}
	.lbGallery ul a:hover img {
	border: 1px solid #000;
	border-width: 1px 1px 1px;
	color: #000;
	text-align: center;
	}
	.lbGallery ul a:hover {
	color: #000;
}
