@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: 0px;
	}

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