@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 {
		padding: 0px;
		margin-left: 0;
		width: 100%;
	}
	.lbGallery ul { list-style: none;
margin-left: 0px;


}
	.lbGallery ul li { display: inline; 

	}
	.lbGallery ul img {
		border: 0px solid #3e3e3e;
			padding: 3px;

		border-width: 0px 0px 0px;
		
	}
	.lbGallery ul a:hover img {
		border: 0px solid #fff;
		border-width: 0px 0px 0px;
		color: #fff;
	}
	.lbGallery ul a:hover { color: #fff; }
	

