@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;
		margin: 0px;
		padding: 0px;
		width: 100%;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li { display: inline; }
	.lbGallery ul img {
		margin-left: -30px;
		border: 2px solid #fff;
		border-width: 2px 2px 2px;
	}
	.lbGallery ul a:hover img {
		border: 2px solid #3e3e3e;
		border-width: 2px 2px 2px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

