@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: 520px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	}
	.lbGallery ul { list-style: none; }
	.lbGallery ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
	.lbGallery ul img {
	border: 2px solid #000;
	}
	.lbGallery ul a:hover img {
	border: 2px solid #000;
	color: #d0aa87;
	}
	.lbGallery ul a:hover { color: #fff; }
	
