@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: #;
	width: 800px;
	padding: 0px;
	margin: 0px;
	}
	.lbGallery ul {
	list-style: none;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul img {
	margin: 0px;
	padding: 0px;
	}
