@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 {
 width: auto;
 height: auto;
 border: 0px groove #0099FF;
	}

	.lbGallery ul {
	list-style: none;
	/* [disabled]margin-left: 15px; */
}
	.lbGallery ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	.lbGallery ul img {
	float: left;
	padding: 2px;
	margin: 22px 10px 10px 15px;
	}
	.lbGallery ul a:hover img {  }
	.lbGallery ul a:hover {
	margin-left: 0px;
	float: left; }
